Searched refs:HasSpillSlot (Results 1 – 5 of 5) 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()
142 if (current->GetParent()->HasSpillSlot() in ValidateIntervals()
525 } else if (GetParent()->HasSpillSlot()) { in ToLocation()
452 bool HasSpillSlot() const { return spill_slot_ != kNoSpillSlot; } in HasSpillSlot() function