Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp49 unsigned ThisAllocated : 1; member
133 assert(!ThisAllocated && !getBlockAfter().PrevAllocated && in AllocateBlock()
136 ThisAllocated = 1; in AllocateBlock()
149 assert(ThisAllocated && "This block is already free!"); in FreeBlock()
155 if (!FollowingBlock->ThisAllocated) { in FreeBlock()
175 assert(FollowingBlock->ThisAllocated && "Missed coalescing?"); in FreeBlock()
185 FreeBlock.ThisAllocated = 0; in FreeBlock()
210 assert(ThisAllocated && getBlockAfter().PrevAllocated && in TrimAllocationToSize()
240 NewNextBlock.ThisAllocated = 0; in TrimAllocationToSize()
383 EndBlock->ThisAllocated = 1; in allocateNewCodeSlab()
[all …]