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

/art/compiler/optimizing/
H A Dssa_liveness_analysis.h739 stream << " is_high: " << IsHighInterval();
793 return IsHighInterval();
806 bool IsHighInterval() const { function in class:art::LiveInterval
811 return !IsHighInterval() && (GetParent()->high_or_low_interval_ != nullptr);
815 DCHECK(IsHighInterval());

Completed in 20 milliseconds