Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc374 current->SetSpillSlot(output.GetStackIndex()); in ProcessInstruction()
1213 parent->SetSpillSlot(codegen_->GetStackSlotOfParameter(defined_by->AsParameterValue())); in AllocateSpillSlotFor()
1283 parent->SetSpillSlot(slot); in AllocateSpillSlotFor()
1677 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
1681 current->SetSpillSlot(location.GetStackIndex()); in Resolve()
1684 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()
1718 current->SetSpillSlot(slot * kVRegSize); in Resolve()
Dssa_liveness_analysis.h383 void SetSpillSlot(int slot) { in SetSpillSlot() function