Home
last modified time | relevance | path

Searched refs:SetSpillSlot (Results 1 – 3 of 3) 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()
Dssa_liveness_analysis.h453 void SetSpillSlot(int slot) { in SetSpillSlot() function