Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DSectionMemoryManager.cpp75 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
79 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1; in allocateSection()
82 MemGroup.PendingMem[FreeMB.PendingPrefixIndex]; in allocateSection()
124 MemGroup.PendingMem.push_back(sys::MemoryBlock((void *)Addr, Size)); in allocateSection()
197 for (sys::MemoryBlock &MB : MemGroup.PendingMem) in applyMemoryGroupPermissions()
201 MemGroup.PendingMem.clear(); in applyMemoryGroupPermissions()
222 for (sys::MemoryBlock &Block : CodeMem.PendingMem) in invalidateInstructionCache()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DSectionMemoryManager.h169 SmallVector<sys::MemoryBlock, 16> PendingMem; member