Searched refs:new_last_safepoint (Results 1 – 1 of 1) sorted by relevance
665 SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position); in SplitAt() local666 if (new_last_safepoint == nullptr) { in SplitAt()670 } else if (last_safepoint_ != new_last_safepoint) { in SplitAt()672 new_interval->first_safepoint_ = new_last_safepoint->GetNext(); in SplitAt()674 last_safepoint_ = new_last_safepoint; in SplitAt()