Searched refs:SetSpillSlot (Results 1 – 2 of 2) sorted by relevance
389 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 …]
387 void SetSpillSlot(int slot) { in SetSpillSlot() function