Searched refs:GetSpillSlot (Results 1 – 6 of 6) sorted by relevance
74 current->SetSpillSlot(current->GetSpillSlot() + codegen_->GetFrameSize()); in Resolve()78 DCHECK(!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()
136 + current->GetParent()->GetSpillSlot() / kVRegSize in ValidateIntervals()
1051 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()2067 size_t slot = parent_interval->GetSpillSlot(); in ColorSpillSlots()
1184 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()
458 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function