Searched refs:HasSpillSlot (Results 1 – 6 of 6) sorted by relevance
73 } else if (current->HasSpillSlot()) { in Resolve()78 DCHECK(!current->HasSpillSlot() || (current->GetSpillSlot() == 0)); in Resolve()80 DCHECK(current->HasSpillSlot()); in Resolve()86 } else if (current->HasSpillSlot()) { in Resolve()300 if (current->HasSpillSlot() in ConnectSiblings()396 if (current->GetParent()->HasSpillSlot()) { in ConnectSiblings()
381 if (current->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()507 DCHECK(!current->IsFixed() && !current->HasSpillSlot()); in LinearScan()1057 DCHECK(!interval->IsFixed() && !interval->HasSpillSlot()); in AddSorted()1083 DCHECK(interval->GetLowInterval()->GetParent()->HasSpillSlot()); in AllocateSpillSlotFor()1091 if (parent->HasSpillSlot()) { in AllocateSpillSlotFor()1183 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()
854 if (interval->HasSpillSlot() || instruction->IsConstant()) { in ProcessInstruction()1050 DCHECK(previous_phi->GetLiveInterval()->HasSpillSlot()); in AllocateSpillSlotForCatchPhi()1943 if (parent->HasSpillSlot()) { in AllocateSpillSlots()2004 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()2032 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()2064 DCHECK(parent_interval->HasSpillSlot()); in ColorSpillSlots()
131 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
525 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
452 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } in HasSpillSlot() function