Home | History | Annotate | Download | only in optimizing

Lines Matching full:new_last_safepoint

585     SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position);
586 if (new_last_safepoint == nullptr) {
590 } else if (last_safepoint_ != new_last_safepoint) {
592 new_interval->first_safepoint_ = new_last_safepoint->GetNext();
594 last_safepoint_ = new_last_safepoint;