Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocation_resolver.cc67 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
71 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
85 current->SetSpillSlot(slot * kVRegSize); in Resolve()
126 current->SetSpillSlot(slot * kVRegSize); in Resolve()
Dregister_allocator_linear_scan.cc371 current->SetSpillSlot(output.GetStackIndex()); in ProcessInstruction()
1100 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue())); in AllocateSpillSlotFor()
1105 parent->SetSpillSlot(0); in AllocateSpillSlotFor()
1169 parent->SetSpillSlot(slot); in AllocateSpillSlotFor()
1184 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
1189 interval->SetSpillSlot(catch_phi_spill_slots_); in AllocateSpillSlotForCatchPhi()
Dregister_allocator_graph_color.cc918 interval->SetSpillSlot(out.GetStackIndex()); in CheckForFixedOutput()
1051 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
1053 interval->SetSpillSlot(catch_phi_spill_slot_counter_); in AllocateSpillSlotForCatchPhi()
1947 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue())); in AllocateSpillSlots()
1950 parent->SetSpillSlot(0); in AllocateSpillSlots()
2050 parent_interval->SetSpillSlot(slot); in ColorSpillSlots()
Dssa_liveness_analysis.h453 void SetSpillSlot(int slot) { in SetSpillSlot() function