Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.cc74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
78 DCHECK_IMPLIES(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.cc218 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
Dssa_liveness_analysis.h456 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
Dregister_allocator_linear_scan.cc1293 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()