Searched refs:new_last_safepoint (Results 1 – 1 of 1) sorted by relevance
585 SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position); in SplitAt() local586 if (new_last_safepoint == nullptr) { in SplitAt()590 } else if (last_safepoint_ != new_last_safepoint) { in SplitAt()592 new_interval->first_safepoint_ = new_last_safepoint->GetNext(); in SplitAt()594 last_safepoint_ = new_last_safepoint; in SplitAt()