Searched refs:parent_interval (Results 1 – 1 of 1) sorted by relevance
2002 for (LiveInterval* parent_interval : intervals) { in ColorSpillSlots()2003 DCHECK(parent_interval->IsParent()); in ColorSpillSlots()2004 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()2005 size_t start = parent_interval->GetStart(); in ColorSpillSlots()2006 size_t end = parent_interval->GetLastSibling()->GetEnd(); in ColorSpillSlots()2025 LiveInterval* parent_interval; in ColorSpillSlots() local2032 DCHECK(!parent_interval->HasSpillSlot()); in ColorSpillSlots()2033 DCHECK_EQ(position, parent_interval->GetStart()); in ColorSpillSlots()2050 parent_interval->SetSpillSlot(slot); in ColorSpillSlots()2064 DCHECK(parent_interval->HasSpillSlot()); in ColorSpillSlots()[all …]