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

  /art/compiler/optimizing/
register_allocator.cc 252 number_of_registers + current->GetParent()->GetSpillSlot() / kVRegSize);
658 return Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot());
660 return Location::StackSlot(interval->GetParent()->GetSpillSlot());
809 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot())
810 : Location::StackSlot(interval->GetParent()->GetSpillSlot()));
    [all...]
ssa_liveness_analysis.h 219 int GetSpillSlot() const { return spill_slot_; }

Completed in 54 milliseconds