Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.cc74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
78 DCHECK(!current->HasSpillSlot() || (current->GetSpillSlot() == 0)); in Resolve()
81 size_t slot = current->GetSpillSlot() in Resolve()
101 size_t slot = current->GetSpillSlot(); in Resolve()
307 loc = Location::StackSlotByNumOfSlots(num_of_slots, interval->GetParent()->GetSpillSlot()); in ConnectSiblings()
397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()
470 location_source = Location::StackSlotByNumOfSlots(num_of_slots, parent->GetSpillSlot()); in ConnectSplitSiblings()
Dssa_liveness_analysis.cc326 stream << ", spill slot:" << GetSpillSlot(); in DumpWithContext()
527 GetParent()->GetSpillSlot()); in ToLocation()
Dregister_allocator.cc136 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
Dregister_allocator_graph_color.cc1051 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
2067 size_t slot = parent_interval->GetSpillSlot(); in ColorSpillSlots()
Dregister_allocator_linear_scan.cc1184 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
Dssa_liveness_analysis.h458 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function