Home
last modified time | relevance | path

Searched refs:first_interval (Results 1 – 5 of 5) sorted by relevance

/external/v8/src/
Dlithium-allocator.h196 UseInterval* first_interval() const { return first_interval_; } in first_interval() function
204 bool IsEmpty() const { return first_interval() == NULL; } in IsEmpty()
258 return first_interval()->start(); in Start()
Dlithium-allocator.cc490 UseInterval* b = other->first_interval(); in FirstIntersection()
Dhydrogen.cc12414 UseInterval* cur_interval = range->first_interval(); in TraceLiveRange()
/external/v8/src/compiler/
Dregister-allocator.h187 UseInterval* first_interval() const { return first_interval_; } in first_interval() function
195 bool IsEmpty() const { return first_interval() == NULL; } in IsEmpty()
255 return first_interval()->start(); in Start()
Dregister-allocator.cc479 UseInterval* b = other->first_interval(); in FirstIntersection()