Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc223 } else if (interval->HasLowInterval()) { in Split()
233 } else if (interval->HasLowInterval()) { in Split()
Dssa_liveness_analysis.h812 bool HasLowInterval() const { in HasLowInterval() function
817 DCHECK(HasLowInterval()); in GetLowInterval()
847 DCHECK(!HasLowInterval());
Dregister_allocator_linear_scan.cc1072 } else if (interval->HasLowInterval()) { in AddSorted()