Home
last modified time | relevance | path

Searched refs:LastSlab (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/unittests/Support/
DAllocatorTest.cpp99 MemSlab *LastSlab; member in __anonefababb00111::MockSlabAllocator
119 LastSlab = Slab; in Allocate()
128 return LastSlab; in GetLastSlab()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp281 sys::MemoryBlock LastSlab; member in __anone29d22b10211::DefaultJITMemoryManager
537 LastSlab(0, 0), in DefaultJITMemoryManager()
612 sys::MemoryBlock *LastSlabPtr = LastSlab.base() ? &LastSlab : 0; in allocateNewSlab()
618 LastSlab = B; in allocateNewSlab()