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

/external/v8/src/
H A Dlithium-allocator.cc113 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_
[all...]
H A Dlithium-allocator.h282 UseInterval* first_interval() const { return first_interval_; }
390 UseInterval* first_interval_; member in class:v8::internal::LiveRange

Completed in 45 milliseconds