Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc480 if (HasHighInterval()) { in ToLocation()
486 if (HasHighInterval()) { in ToLocation()
Dregister_allocator.cc662 if (current->HasHighInterval() && !current->GetHighInterval()->HasRegister()) { in LinearScan()
678 if (interval->HasHighInterval()) { in FreeIfNotCoverAt()
686 if (interval->HasHighInterval()) { in FreeIfNotCoverAt()
1102 if (interval->HasHighInterval()) { in AddSorted()
1175 if (interval->HasHighInterval()) { in Split()
1183 if (interval->HasHighInterval()) { in Split()
Dssa_liveness_analysis.h725 bool HasHighInterval() const { in HasHighInterval() function
739 DCHECK(HasHighInterval()); in GetHighInterval()
763 DCHECK(!HasHighInterval());