Home | History | Annotate | Download | only in optimizing

Lines Matching refs:current_interval_

402       : current_interval_(interval),
405 bool Done() const { return current_interval_ == nullptr; }
407 LiveInterval* CurrentInterval() const { return current_interval_; }
412 current_interval_ = current_interval_->GetNextSibling();
413 if (current_interval_ != nullptr) {
414 current_range_ = current_interval_->GetFirstRange();
420 LiveInterval* current_interval_;