Searched refs:StackSlotByNumOfSlots (Results 1 – 3 of 3) sorted by relevance
307 loc = Location::StackSlotByNumOfSlots(num_of_slots, interval->GetParent()->GetSpillSlot()); in ConnectSiblings()470 location_source = Location::StackSlotByNumOfSlots(num_of_slots, parent->GetSpillSlot()); in ConnectSplitSiblings()
526 return Location::StackSlotByNumOfSlots(NumberOfSpillSlotsNeeded(), in ToLocation()
284 static Location StackSlotByNumOfSlots(size_t num_of_slots, int spill_slot) { in StackSlotByNumOfSlots() function