Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_liveness_analysis.cc533 if (HasHighInterval()) { in ToLocation()
539 if (HasHighInterval()) { in ToLocation()
Dregister_allocator.cc702 if (current->HasHighInterval() && !current->GetHighInterval()->HasRegister()) { in LinearScan()
718 if (interval->HasHighInterval()) { in FreeIfNotCoverAt()
726 if (interval->HasHighInterval()) { in FreeIfNotCoverAt()
1192 if (interval->HasHighInterval()) { in AddSorted()
1266 if (interval->HasHighInterval()) { in Split()
1274 if (interval->HasHighInterval()) { in Split()
Dssa_liveness_analysis.h738 bool HasHighInterval() const { in HasHighInterval() function
752 DCHECK(HasHighInterval()); in GetHighInterval()
776 DCHECK(!HasHighInterval());