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

  /external/v8/src/
lithium-allocator.cc 113 UseInterval* current_interval = first_interval_;
135 first_interval_(NULL),
252 if (current_interval_ == NULL) return first_interval_;
255 return first_interval_;
290 current = first_interval_;
312 result->first_interval_ = after;
381 ASSERT(first_interval_ != NULL);
382 ASSERT(first_interval_->start().Value() <= start.Value());
383 ASSERT(start.Value() < first_interval_->end().Value());
384 first_interval_->set_start(start)
    [all...]
lithium-allocator.h 282 UseInterval* first_interval() const { return first_interval_; }
390 UseInterval* first_interval_; member in class:v8::internal::LiveRange

Completed in 162 milliseconds