HomeSort by relevance Sort by last modified time
    Searched refs:first_interval_ (Results 1 - 4 of 4) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.cc 86 UseInterval* current_interval = first_interval_;
108 first_interval_(NULL),
230 if (current_interval_ == NULL) return first_interval_;
233 return first_interval_;
268 current = first_interval_;
290 result->first_interval_ = after;
360 DCHECK(first_interval_ != NULL);
361 DCHECK(first_interval_->start().Value() <= start.Value());
362 DCHECK(start.Value() < first_interval_->end().Value());
363 first_interval_->set_start(start)
    [all...]
lithium-allocator.h 196 UseInterval* first_interval() const { return first_interval_; }
311 UseInterval* first_interval_; member in class:v8::internal::LiveRange
  /external/v8/src/compiler/
register-allocator.cc 408 first_interval_(nullptr),
424 UseInterval* interval = first_interval_;
573 if (current_interval_ == nullptr) return first_interval_;
576 return first_interval_;
625 current = first_interval_;
651 result->first_interval_ = after;
952 last_interval_->set_next(end_part.first_interval_);
968 splinter()->first_interval_ = splinter_temp.first_interval_;
971 splinter()->last_interval_->set_next(splinter_temp.first_interval_);
    [all...]
register-allocator.h 313 UseInterval* first_interval() const { return first_interval_; }
455 UseInterval* first_interval_; variable
    [all...]

Completed in 181 milliseconds