Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc826 } else if (IsConstantHi() && incoming_type.IsConstantHi()) { in Merge()
931 if (IsConstant() || IsConstantLo() || IsConstantHi()) { in CheckInvariants()
Dreg_type.h96 bool IsConstantHi() const { in IsConstantHi() function
99 bool IsLongConstantHigh() const { return IsConstantHi(); } in IsLongConstantHigh()
725 if (IsConstantHi() || IsPreciseConstantHi() || IsImpreciseConstantHi()) { in ConstantValueHi()
Dreg_type_cache.cc650 if (cur_entry->IsConstantHi() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstHi()