Home | History | Annotate | Download | only in optimizing

Lines Matching refs:CoversSlow

713   // Since `position` is not the current scan position, we need to use CoversSlow.
722 } else if (!interval->CoversSlow(position)) {
727 DCHECK(!interval->GetHighInterval()->CoversSlow(position));
769 DCHECK(interval->CoversSlow(defined_by->GetLifetimePosition()));
1632 DCHECK(current->CoversSlow(use->GetPosition()) || (use->GetPosition() == range->GetEnd()));
1658 DCHECK(current->CoversSlow(env_use->GetPosition())
1681 DCHECK(current->CoversSlow(safepoint_position->GetPosition()));
1769 (destination == nullptr || !destination->CoversSlow(destination_position))) {
1793 (source == nullptr || !source->CoversSlow(source_position))) {
1805 DCHECK(source->CoversSlow(source_position));
1806 DCHECK(destination->CoversSlow(destination_position));
1934 // a lifetime hole in it. `CoversSlow` returns whether the interval is live at that
1936 if ((sibling != nullptr) && sibling->CoversSlow(block->GetLifetimeStart())) {