Lines Matching full:covers
493 bool LiveRange::Covers(LifetimePosition position) {
1408 // Advance to the next active range that covers the current
1413 while (cur != NULL && !cur->Covers(safe_point_pos.PrevInstruction())) {
1455 if (range->Covers(position) &&
1556 } else if (!cur_active->Covers(position)) {
1567 } else if (cur_inactive->Covers(position)) {