Searched defs:IsHighInterval (Results 1 - 1 of 1) sorted by path

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h680 stream << " is_high: " << IsHighInterval();
730 return IsHighInterval();
743 bool IsHighInterval() const { function in class:art::LiveInterval
748 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr);
752 DCHECK(IsHighInterval());

Completed in 261 milliseconds