Searched refs:IsLowInterval (Results 1 - 3 of 3) sorted by relevance

/art/compiler/optimizing/
H A Dregister_allocator.cc584 DCHECK(!current->IsLowInterval() || unhandled_->Peek()->IsHighInterval());
778 && !(current->IsLowInterval() && IsBlocked(GetHighForLowRegister(hint)))) {
781 } else if (current->IsLowInterval()) {
794 if (current->IsLowInterval()) {
872 if (!active->IsLowInterval() || IsLowOfUnalignedPairInterval(active)) {
888 if (interval->IsLowInterval()) {
973 } else if (current->IsLowInterval()) {
988 if (current->IsLowInterval()
H A Dssa_liveness_analysis.h679 stream << " is_low: " << IsLowInterval();
726 return IsLowInterval();
747 bool IsLowInterval() const { function in class:art::LiveInterval
757 DCHECK(IsLowInterval());
H A Dssa_liveness_analysis.cc458 if (IsLowInterval() || IsHighInterval()) {
464 if (IsLowInterval() || IsHighInterval()) {

Completed in 82 milliseconds