Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp59 if (FreeMB.PendingPrefixIndex == (unsigned)-1) { in allocateSection()
65 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
117 FreeMB.PendingPrefixIndex = (unsigned)-1; in allocateSection()
194 FreeMB.PendingPrefixIndex = (unsigned)-1; in applyMemoryGroupPermissions()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp74 if (FreeMB.PendingPrefixIndex == (unsigned)-1) { in allocateSection()
80 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
83 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
133 FreeMB.PendingPrefixIndex = (unsigned)-1; in allocateSection()
209 FreeMB.PendingPrefixIndex = (unsigned)-1; in applyMemoryGroupPermissions()
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h93 unsigned PendingPrefixIndex; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h162 unsigned PendingPrefixIndex; member