Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dregister-allocator.cc403 last_interval_(nullptr), in LiveRange()
643 result->last_interval_ = in DetachAt()
644 (last_interval_ == before) in DetachAt()
646 : last_interval_; // Last interval of the original range. in DetachAt()
648 last_interval_ = before; in DetachAt()
948 last_interval_->set_next(end_part.first_interval_); in Splinter()
952 current_interval_ = last_interval_; in Splinter()
953 last_interval_ = end_part.last_interval_; in Splinter()
965 splinter()->last_interval_ = splinter_temp.last_interval_; in Splinter()
967 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
[all …]
Dregister-allocator.h410 return last_interval_->end(); in NON_EXPORTED_BASE()
454 UseInterval* last_interval_; in NON_EXPORTED_BASE() local
/external/v8/src/crankshaft/
Dlithium-allocator.h263 return last_interval_->end(); in End()
310 UseInterval* last_interval_; variable
Dlithium-allocator.cc106 last_interval_(NULL), in LiveRange()
286 result->last_interval_ = (last_interval_ == before) in SplitAt()
288 : last_interval_; // Last interval of the original range. in SplitAt()
290 last_interval_ = before; in SplitAt()
386 last_interval_ = new_interval; in EnsureInterval()
401 last_interval_ = interval; in AddUseInterval()