Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc678 } else if (IsConstantLo() && incoming_type.IsConstantLo()) { in Merge()
845 if (IsConstant() || IsConstantLo() || IsConstantHi()) { in CheckInvariants()
Dreg_type.h88 bool IsConstantLo() const { in IsConstantLo() function
95 bool IsLongConstant() const { return IsConstantLo(); } in IsLongConstant()
742 DCHECK(IsConstantLo()); in ConstantValueLo()
Dreg_type_cache.cc622 if (cur_entry->IsConstantLo() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstLo()