Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc498 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
500 return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()
Dregister_allocator.cc491 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
1495 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()
1496 : Location::StackSlot(interval->GetParent()->GetSpillSlot())); in ConnectSiblings()
1570 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()
1684 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
1696 uint32_t slot = current->GetSpillSlot(); in Resolve()
Dssa_liveness_analysis.h388 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
Dcode_generator.cc898 locations->ClearStackBit(interval->GetSpillSlot() / kVRegSize); in ClearSpillSlotsFromLoopPhisInStackMap()