Home
last modified time | relevance | path

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

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