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 194 UseInterval* first_interval() const { return first_interval_; } function in class:v8::internal::LiveRange
202 bool IsEmpty() const { return first_interval() == NULL; }
256 return first_interval()->start();
  /external/v8/src/compiler/
register-allocator.h 307 UseInterval* first_interval() const { return first_interval_; } function in class:v8::internal::compiler::LiveRange
318 bool IsEmpty() const { return first_interval() == nullptr; }
390 return first_interval()->start();
    [all...]

Completed in 173 milliseconds