HomeSort by relevance Sort by last modified time
    Searched full:last_safepoint_ (Results 1 - 1 of 1) sorted by null

  /art/compiler/optimizing/
ssa_liveness_analysis.h 638 return last_safepoint_;
662 new_interval->last_safepoint_ = last_safepoint_;
663 first_safepoint_ = last_safepoint_ = nullptr;
664 } else if (last_safepoint_ != new_last_safepoint) {
665 new_interval->last_safepoint_ = last_safepoint_;
668 last_safepoint_ = new_last_safepoint;
669 last_safepoint_->SetNext(nullptr);
1102 SafepointPosition* last_safepoint_; member in class:art::LiveInterval
    [all...]

Completed in 521 milliseconds