Searched defs:SlabSize (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/unittests/ExecutionEngine/JIT/ |
D | JITMemoryManagerTest.cpp | 239 size_t SlabSize = MemMgr->GetDefaultDataSlabSize(); in TEST() local 262 size_t SlabSize = MemMgr->GetDefaultStubSlabSize(); in TEST() local
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Allocator.h | 420 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 437 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/ |
D | Allocator.h | 443 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 460 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/llvm/include/llvm/Support/ |
D | Allocator.h | 417 llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, in new() argument 434 void *, llvm::BumpPtrAllocatorImpl<AllocatorT, SlabSize, SizeThreshold> &) { in delete() argument
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JITMemoryManager.cpp | 374 size_t SlabSize = std::max(DefaultCodeSlabSize, PaddedMin); in allocateNewCodeSlab() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 210 uintptr_t SlabSize = 0; member in TrivialMemoryManager
|
/external/llvm/tools/llvm-rtdyld/ |
D | llvm-rtdyld.cpp | 212 uintptr_t SlabSize = 0; member in TrivialMemoryManager
|