Searched refs:GetSpillSlot (Results 1 – 5 of 5) sorted by relevance
74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()78 DCHECK_IMPLIES(current->HasSpillSlot(), (current->GetSpillSlot() == 0)); in Resolve()81 size_t slot = current->GetSpillSlot() in Resolve()101 size_t slot = current->GetSpillSlot(); in Resolve()307 loc = Location::StackSlotByNumOfSlots(num_of_slots, interval->GetParent()->GetSpillSlot()); in ConnectSiblings()397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()470 location_source = Location::StackSlotByNumOfSlots(num_of_slots, parent->GetSpillSlot()); in ConnectSplitSiblings()
326 stream << ", spill slot:" << GetSpillSlot(); in DumpWithContext()527 GetParent()->GetSpillSlot()); in ToLocation()
218 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
456 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
1293 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()