Searched defs:PageSize (Results 1 - 7 of 7) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/ |
H A D | SectionMemoryManager.cpp | 174 static const size_t PageSize = sys::Process::getPageSizeEstimate(); in trimBlockToPageSize() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcABISupport.cpp | 150 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); in emitIndirectStubsBlock() local 166 NumPages * PageSize, in emitIndirectStubsBlock() local 167 NumPages * PageSize); in emitIndirectStubsBlock() local 232 static const unsigned PageSize in emitIndirectStubsBlock() local 248 NumPages * PageSize, emitIndirectStubsBlock() local 249 NumPages * PageSize); emitIndirectStubsBlock() local 500 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); emitIndirectStubsBlock() local 516 NumPages * PageSize, emitIndirectStubsBlock() local 517 NumPages * PageSize); emitIndirectStubsBlock() local 686 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); emitIndirectStubsBlock() local 702 NumPages * PageSize, emitIndirectStubsBlock() local 703 NumPages * PageSize); emitIndirectStubsBlock() local 932 static const unsigned PageSize = sys::Process::getPageSizeEstimate(); emitIndirectStubsBlock() local 948 NumPages * PageSize, emitIndirectStubsBlock() local 949 NumPages * PageSize); emitIndirectStubsBlock() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/ |
H A D | MemoryBuffer.cpp | 342 static int PageSize = sys::Process::getPageSize(); in getOpenFileImpl() local 282 shouldUseMmap(int FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatileSize) shouldUseMmap() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | MemoryBuffer.cpp | 421 static int PageSize = sys::Process::getPageSizeEstimate(); in getOpenFileImpl() local 308 shouldUseMmap(sys::fs::file_t FD, size_t FileSize, size_t MapSize, off_t Offset, bool RequiresNullTerminator, int PageSize, bool IsVolatile) shouldUseMmap() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | OrcRemoteTargetServer.h | 338 uint32_t PageSize = sys::Process::getPageSizeEstimate(); in handleGetRemoteInfo() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/runtime/ |
H A D | wasm-runtime.cpp | 60 const uint32_t PageSize = 1 << PageSizeLog2; // 64KB member
|
/third_party/node/deps/v8/src/common/ |
H A D | globals.h | 922 enum class PageSize { kRegular, kLarge }; class
|
Completed in 10 milliseconds