Home
last modified time | relevance | path

Searched refs:last_interval_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/compiler/
Dregister-allocator.cc400 last_interval_(nullptr), in LiveRange()
640 result->last_interval_ = in DetachAt()
641 (last_interval_ == before) in DetachAt()
643 : last_interval_; // Last interval of the original range. in DetachAt()
645 last_interval_ = before; in DetachAt()
947 last_interval_->set_next(end_part.first_interval_); in Splinter()
951 current_interval_ = last_interval_; in Splinter()
952 last_interval_ = end_part.last_interval_; in Splinter()
964 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
966 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
[all …]
Dregister-allocator.h413 return last_interval_->end(); in NON_EXPORTED_BASE()
457 UseInterval* last_interval_; in NON_EXPORTED_BASE() local