Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp61 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
65 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
109 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
183 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
187 MemGroup.PendingMem.clear(); in applyMemoryGroupPermissions()
207 for (sys::MemoryBlock &Block : CodeMem.PendingMem) in invalidateInstructionCache()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp76 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
80 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
83 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
125 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
198 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
202 MemGroup.PendingMem.clear(); in applyMemoryGroupPermissions()
222 for (sys::MemoryBlock &Block : CodeMem.PendingMem) in invalidateInstructionCache()
/external/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h101 SmallVector<sys::MemoryBlock, 16> PendingMem; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h170 SmallVector<sys::MemoryBlock, 16> PendingMem; member