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 case 1: loc = Location::StackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
308 case 2: loc = Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
309 case 4: loc = Location::SIMDStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()
397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()
470 case 1: location_source = Location::StackSlot(parent->GetSpillSlot()); break; in ConnectSplitSiblings()
471 case 2: location_source = Location::DoubleStackSlot(parent->GetSpillSlot()); break; in ConnectSplitSiblings()
[all …]
Dssa_liveness_analysis.cc326 stream << ", spill slot:" << GetSpillSlot(); in DumpWithContext()
527 case 1: return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()
528 case 2: return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()
529 case 4: return Location::SIMDStackSlot(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()
Dssa_liveness_analysis.h458 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
Dregister_allocator_linear_scan.cc1184 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()