Searched defs:first_interval (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/crankshaft/
H A Dlithium-allocator.h196 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/
H A Dregister-allocator.h309 UseInterval* first_interval() const { return first_interval_; } function in class:v8::internal::compiler::LiveRange
320 bool IsEmpty() const { return first_interval() == nullptr; }
392 return first_interval()->start();

Completed in 100 milliseconds