Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc389 current->SetSpillSlot(output.GetStackIndex()); in ProcessInstruction()
1308 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue())); in AllocateSpillSlotFor()
1313 parent->SetSpillSlot(0); in AllocateSpillSlotFor()
1373 parent->SetSpillSlot(slot); in AllocateSpillSlotFor()
1397 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
1402 interval->SetSpillSlot(catch_phi_spill_slots_); in AllocateSpillSlotForCatchPhi()
1844 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
1848 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
1851 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
1862 current->SetSpillSlot(slot * kVRegSize); in Resolve()
[all …]
Dssa_liveness_analysis.h387 void SetSpillSlot(int slot) { in SetSpillSlot() function