HomeSort by relevance Sort by last modified time
    Searched defs:current_interval_ (Results 1 - 3 of 3) sorted by null

  /external/v8/src/crankshaft/
lithium-allocator.h 316 mutable UseInterval* current_interval_; member in class:v8::internal::LiveRange
  /art/compiler/optimizing/
register_allocator.cc 421 : current_interval_(interval),
424 bool Done() const { return current_interval_ == nullptr; }
426 LiveInterval* CurrentInterval() const { return current_interval_; }
431 current_interval_ = current_interval_->GetNextSibling();
432 if (current_interval_ != nullptr) {
433 current_range_ = current_interval_->GetFirstRange();
439 LiveInterval* current_interval_; member in class:art::AllRangesIterator
    [all...]
  /external/v8/src/compiler/
register-allocator.h 447 mutable UseInterval* current_interval_; member in class:v8::internal::compiler::LiveRange
    [all...]

Completed in 520 milliseconds