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

  /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();
  /external/v8/src/compiler/
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...]

Completed in 69 milliseconds