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

  /external/llvm/lib/CodeGen/
StackColoring.cpp 742 int FirstSlot = SortedSlots[I];
744 LiveInterval *First = &*Intervals[FirstSlot];
752 SlotRemap[SecondSlot] = FirstSlot;
754 DEBUG(dbgs()<<"Merging #"<<FirstSlot<<" and slots #"<<
756 unsigned MaxAlignment = std::max(MFI->getObjectAlignment(FirstSlot),
759 assert(MFI->getObjectSize(FirstSlot) >=
765 MFI->setObjectAlignment(FirstSlot, MaxAlignment);
  /art/runtime/gc/allocator/
rosalloc.h 370 Slot* FirstSlot() const {
379 DCHECK_LE(FirstSlot(), last_slot);
404 Slot* first_slot = FirstSlot();
471 - reinterpret_cast<uint8_t*>(FirstSlot());
481 - reinterpret_cast<uint8_t*>(FirstSlot());
    [all...]
rosalloc.cc     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
MallocChecker.cpp     [all...]

Completed in 154 milliseconds