Home
last modified time | relevance | path

Searched defs:PageSize (Results 1 – 25 of 178) sorted by relevance

12345678

/aosp_15_r20/art/runtime/
H A Druntime_globals.h37 struct PageSize { struct
38 PageSize() in PageSize() function
41 constexpr ALWAYS_INLINE operator size_t() const { in size_t()
49 void AllowAccess() { in AllowAccess()
53 void DisallowAccess() { in DisallowAccess()
57 void SetAccessAllowed(bool is_allowed) { in SetAccessAllowed()
91 extern PageSize gPageSize ALWAYS_HIDDEN; argument
/aosp_15_r20/frameworks/libs/binary_translation/base/include/berberis/base/
Dpage_size.h33 struct PageSize { struct
34 PageSize() : value_(getpagesize()) {} in PageSize() argument
51 inline const PageSize kPageSize; argument
/aosp_15_r20/external/gwp_asan/gwp_asan/
H A Dguarded_pool_allocator.cpp34 uintptr_t getPageAddr(uintptr_t Ptr, uintptr_t PageSize) { in getPageAddr()
74 const size_t PageSize = getPlatformPageSize(); in init() local
173 size_t PageSize) { in getRequiredBackingSize()
258 const size_t PageSize = State.PageSize; in allocate() local
/aosp_15_r20/external/scudo/standalone/tests/
H A Dmap_test.cpp19 TEST(ScudoMapTest, PageSize) { in TEST() argument
57 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
75 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST() local
H A Drelease_test.cpp150 const scudo::uptr PageSize = scudo::getPageSizeCached(); in releasePageRangeToOS() local
182 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseFreeMemoryToOS() local
310 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testPageMapMarkRange() local
417 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleasePartialRegion() local
568 const scudo::uptr PageSize = scudo::getPageSizeCached(); in testReleaseRangeWithSingleBlock() local
H A Dsecondary_test.cpp173 const scudo::uptr PageSize = scudo::getPageSizeCached(); in TEST_F() local
225 const scudo::uptr PageSize = scudo::getPageSizeCached(); in performAllocations() local
283 const scudo::uptr PageSize = scudo::getPageSizeCached(); member
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DMemoryMapper.cpp29 InProcessMemoryMapper::InProcessMemoryMapper(size_t PageSize) in InProcessMemoryMapper()
34 auto PageSize = sys::Process::getPageSize(); in Create() local
194 SymbolAddrs SAs, size_t PageSize) in SharedMemoryMapper()
204 auto PageSize = sys::Process::getPageSize(); in Create() local
H A DExecutorProcessControl.cpp28 Triple TargetTriple, unsigned PageSize, in SelfExecutorProcessControl()
64 auto PageSize = sys::Process::getPageSize(); in Create() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp150 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
232 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
500 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
686 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
932 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local
/aosp_15_r20/external/scudo/standalone/
H A Dprimary32.h185 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
190 const uptr PageSize = getPageSizeCached(); in isLargeBlock() local
913 const uptr PageSize = getPageSizeCached(); in getSizeClassFragmentationInfo() local
1009 const uptr PageSize = getPageSizeCached(); in hasChanceToReleasePages() local
1071 const uptr PageSize = getPageSizeCached(); in markFreeBlocks() local
H A Drelease.h408 const uptr PageSize = getPageSizeCached(); in BlockSize() local
470 const uptr PageSize = getPageSizeCached(); in markRangeAsAllCounted() local
564 const uptr PageSize = getPageSizeCached(); in markFreeBlocksInRegion() local
651 const uptr PageSize = getPageSizeCached(); in releaseFreeMemoryToOS() local
H A Dprimary64.h82 const uptr PageSize = getPageSizeCached(); in init() local
612 const uptr PageSize = getPageSizeCached(); in isSmallBlock() local
626 const uptr PageSize = getPageSizeCached(); in initRegion() local
1182 const uptr PageSize = getPageSizeCached(); in getRegionFragmentationInfo() local
1450 const uptr PageSize = getPageSizeCached(); in collectGroupsToRelease() local
H A Dsecondary.h145 const uptr PageSize = getPageSizeCached(); in mapSecondary() local
354 const uptr PageSize = getPageSizeCached(); in retrieve() local
751 const uptr PageSize = getPageSizeCached(); in allocate() local
/aosp_15_r20/external/llvm/lib/ExecutionEngine/Orc/
H A DOrcABISupport.cpp152 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
234 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
502 unsigned PageSize = sys::Process::getPageSize(); in emitIndirectStubsBlock() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.h28 uint64_t PageSize; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
H A DMachOLayoutBuilder.h60 uint64_t PageSize; variable
80 uint64_t PageSize) in MachOLayoutBuilder()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
H A DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/
DMemoryMapper.h121 size_t PageSize; variable
169 size_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
392 uint64_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
392 uint64_t PageSize; variable
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h363 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
389 uint64_t PageSize; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h366 InProcessMemoryManager(uint64_t PageSize) : PageSize(PageSize) {} in InProcessMemoryManager()
392 uint64_t PageSize; variable

12345678