Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/backend/
Dregister-allocator.cc298 first_interval_(nullptr), in LiveRange()
313 UseInterval* interval = first_interval_; in VerifyPositions()
350 next_->first_interval_ = nullptr; in AttachToNext()
514 if (current_interval_ == nullptr) return first_interval_; in FirstSearchIntervalForPosition()
517 return first_interval_; in FirstSearchIntervalForPosition()
565 current = first_interval_; in DetachAt()
591 result->first_interval_ = after; in DetachAt()
953 DCHECK_NOT_NULL(first_interval_); in ShortenTo()
954 DCHECK(first_interval_->start() <= start); in ShortenTo()
955 DCHECK(start < first_interval_->end()); in ShortenTo()
[all …]
Dregister-allocator.h532 UseInterval* first_interval() const { return first_interval_; } in NON_EXPORTED_BASE()
712 UseInterval* first_interval_; in NON_EXPORTED_BASE() local