Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Dlive-range-separator.cc73 UseInterval *interval = range->first_interval(); in SplinterLiveRange()
129 int first_instr = range->first_interval()->FirstGapIndex(); in Splinter()
Dregister-allocator.h313 UseInterval* first_interval() const { return first_interval_; } in NON_EXPORTED_BASE()
324 bool IsEmpty() const { return first_interval() == nullptr; } in NON_EXPORTED_BASE()
405 return first_interval()->start(); in NON_EXPORTED_BASE()
Dregister-allocator.cc438 DCHECK(first_interval()->start() == Start()); in VerifyIntervals()
439 LifetimePosition last_end = first_interval()->end(); in VerifyIntervals()
440 for (UseInterval* interval = first_interval()->next(); interval != nullptr; in VerifyIntervals()
786 UseInterval* b = other->first_interval(); in FirstIntersection()
1206 UseInterval* interval = range->first_interval(); in operator <<()
1240 UseInterval* src = range->first_interval(); in SpillRange()
1513 for (const UseInterval* i = range->first_interval(); i != nullptr; in RangesDefinedInDeferredStayInDeferred()
2467 const UseInterval* first = current->first_interval(); in Verify()
3432 range->first_interval())) { in TryReuseSpillForPhi()
Dgraph-visualizer.cc619 for (const UseInterval* interval = range->first_interval(); in PrintLiveRange()
/external/v8/src/crankshaft/
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.cc494 UseInterval* b = other->first_interval(); in FirstIntersection()
Dhydrogen.cc12948 UseInterval* cur_interval = range->first_interval(); in TraceLiveRange()