Searched refs:new_last_safepoint (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h572 SafepointPosition* new_last_safepoint = FindSafepointJustBefore(position); local
573 if (new_last_safepoint == nullptr) {
577 } else if (last_safepoint_ != new_last_safepoint) {
579 new_interval->first_safepoint_ = new_last_safepoint->GetNext();
581 last_safepoint_ = new_last_safepoint;

Completed in 33 milliseconds