Searched refs:SetSpillSlot (Results 1 – 3 of 3) sorted by relevance
67 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()
371 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()
453 void SetSpillSlot(int slot) { in SetSpillSlot() function