HomeSort by relevance Sort by last modified time
    Searched refs:PendingPrefixIndex (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 93 unsigned PendingPrefixIndex;
  /external/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 59 if (FreeMB.PendingPrefixIndex == (unsigned)-1) {
65 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1;
67 sys::MemoryBlock &PendingMB = MemGroup.PendingMem[FreeMB.PendingPrefixIndex];
117 FreeMB.PendingPrefixIndex = (unsigned)-1;
194 FreeMB.PendingPrefixIndex = (unsigned)-1;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 74 if (FreeMB.PendingPrefixIndex == (unsigned)-1) {
80 FreeMB.PendingPrefixIndex = MemGroup.PendingMem.size() - 1;
83 MemGroup.PendingMem[FreeMB.PendingPrefixIndex];
133 FreeMB.PendingPrefixIndex = (unsigned)-1;
209 FreeMB.PendingPrefixIndex = (unsigned)-1;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 162 unsigned PendingPrefixIndex;

Completed in 471 milliseconds