Home
last modified time | relevance | path

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

/external/v8/src/
Dlithium-allocator.h282 UseInterval* first_interval() const { return first_interval_; } in first_interval() function
290 bool IsEmpty() const { return first_interval() == NULL; } in IsEmpty()
338 return first_interval()->start(); in Start()
Dlithium-allocator.cc510 UseInterval* b = other->first_interval(); in FirstIntersection()
Dhydrogen.cc8060 UseInterval* cur_interval = range->first_interval(); in TraceLiveRange()