Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dregister_allocator.cc212 } else if (interval->HasLowInterval()) { in Split()
222 } else if (interval->HasLowInterval()) { in Split()
Dssa_liveness_analysis.h818 bool HasLowInterval() const { in HasLowInterval() function
823 DCHECK(HasLowInterval()); in GetLowInterval()
853 DCHECK(!HasLowInterval());
Dregister_allocator_linear_scan.cc1072 } else if (interval->HasLowInterval()) { in AddSorted()