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 case 1: loc = Location::StackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()308 case 2: loc = Location::DoubleStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()309 case 4: loc = Location::SIMDStackSlot(interval->GetParent()->GetSpillSlot()); break; in ConnectSiblings()397 locations->SetStackBit(current->GetParent()->GetSpillSlot() / kVRegSize); in ConnectSiblings()470 case 1: location_source = Location::StackSlot(parent->GetSpillSlot()); break; in ConnectSplitSiblings()471 case 2: location_source = Location::DoubleStackSlot(parent->GetSpillSlot()); break; in ConnectSplitSiblings()[all …]
326 stream << ", spill slot:" << GetSpillSlot(); in DumpWithContext()527 case 1: return Location::StackSlot(GetParent()->GetSpillSlot()); in ToLocation()528 case 2: return Location::DoubleStackSlot(GetParent()->GetSpillSlot()); in ToLocation()529 case 4: return Location::SIMDStackSlot(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()
458 int GetSpillSlot() const { return spill_slot_; } in GetSpillSlot() function
1184 interval->SetSpillSlot(previous_phi->GetLiveInterval()->GetSpillSlot()); in AllocateSpillSlotForCatchPhi()