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

  /external/v8/src/
lithium-allocator.h 343 return last_interval_->end();
389 UseInterval* last_interval_; member in class:v8::internal::LiveRange
lithium-allocator.cc 134 last_interval_(NULL),
309 result->last_interval_ = (last_interval_ == before)
311 : last_interval_; // Last interval of the original range.
313 last_interval_ = before;
408 last_interval_ = new_interval;
423 last_interval_ = interval;
    [all...]

Completed in 36 milliseconds