Home
last modified time | relevance | path

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

/external/v8/src/crankshaft/
Dlithium-allocator.cc86 UseInterval* current_interval = first_interval_; in HasOverlap()
108 first_interval_(NULL), in LiveRange()
230 if (current_interval_ == NULL) return first_interval_; in FirstSearchIntervalForPosition()
233 return first_interval_; in FirstSearchIntervalForPosition()
268 current = first_interval_; in SplitAt()
290 result->first_interval_ = after; in SplitAt()
360 DCHECK(first_interval_ != NULL); in ShortenTo()
361 DCHECK(first_interval_->start().Value() <= start.Value()); in ShortenTo()
362 DCHECK(start.Value() < first_interval_->end().Value()); in ShortenTo()
363 first_interval_->set_start(start); in ShortenTo()
[all …]
Dlithium-allocator.h196 UseInterval* first_interval() const { return first_interval_; } in first_interval()
311 UseInterval* first_interval_; variable
/external/v8/src/compiler/
Dregister-allocator.cc408 first_interval_(nullptr), in LiveRange()
424 UseInterval* interval = first_interval_; in VerifyPositions()
573 if (current_interval_ == nullptr) return first_interval_; in FirstSearchIntervalForPosition()
576 return first_interval_; in FirstSearchIntervalForPosition()
625 current = first_interval_; in DetachAt()
651 result->first_interval_ = after; in DetachAt()
952 last_interval_->set_next(end_part.first_interval_); in Splinter()
968 splinter()->first_interval_ = splinter_temp.first_interval_; in Splinter()
971 splinter()->last_interval_->set_next(splinter_temp.first_interval_); in Splinter()
1097 DCHECK(first_interval_ != nullptr); in ShortenTo()
[all …]
Dregister-allocator.h313 UseInterval* first_interval() const { return first_interval_; } in NON_EXPORTED_BASE()
455 UseInterval* first_interval_; in NON_EXPORTED_BASE() local