Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc512 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
1397 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
1610 ? Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()) in ConnectSiblings()
1611 : Location::StackSlot(interval->GetParent()->GetSpillSlot())); in ConnectSiblings()
1688 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()
1800 ? Location::DoubleStackSlot(parent->GetSpillSlot()) in ConnectSplitSiblings()
1801 : Location::StackSlot(parent->GetSpillSlot()); in ConnectSplitSiblings()
1851 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
1855 DCHECK(!current->HasSpillSlot() || (current->GetSpillSlot() == 0)); in Resolve()
1858 size_t slot = current->GetSpillSlot() in Resolve()
[all …]
Dssa_liveness_analysis.cc551 return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
553 return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()
Dssa_liveness_analysis.h392 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
Dcode_generator.cc1134 locations->ClearStackBit(interval->GetSpillSlot() / kVRegSize); in ClearSpillSlotsFromLoopPhisInStackMap()