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

  /external/v8/src/compiler/
live-range-separator.cc 73 UseInterval *interval = range->first_interval();
129 int first_instr = range->first_interval()->FirstGapIndex();
register-allocator.h 313 UseInterval* first_interval() const { return first_interval_; } function in class:v8::internal::compiler::LiveRange
324 bool IsEmpty() const { return first_interval() == nullptr; }
405 return first_interval()->start();
    [all...]
register-allocator.cc 438 DCHECK(first_interval()->start() == Start());
439 LifetimePosition last_end = first_interval()->end();
440 for (UseInterval* interval = first_interval()->next(); interval != nullptr;
786 UseInterval* b = other->first_interval();
    [all...]
graph-visualizer.cc 619 for (const UseInterval* interval = range->first_interval();
  /external/v8/src/crankshaft/
lithium-allocator.h 196 UseInterval* first_interval() const { return first_interval_; } function in class:v8::internal::LiveRange
204 bool IsEmpty() const { return first_interval() == NULL; }
258 return first_interval()->start();
lithium-allocator.cc 494 UseInterval* b = other->first_interval();
    [all...]
hydrogen.cc     [all...]

Completed in 140 milliseconds