Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc657 } else if (IsConstantLo() && incoming_type.IsConstantLo()) { in Merge()
817 if (IsConstant() || IsConstantLo() || IsConstantHi()) { in CheckInvariants()
Dreg_type.h88 bool IsConstantLo() const { in IsConstantLo() function
95 bool IsLongConstant() const { return IsConstantLo(); } in IsLongConstant()
724 DCHECK(IsConstantLo()); in ConstantValueLo()
Dreg_type_cache.cc585 if (cur_entry->IsConstantLo() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstLo()
Dmethod_verifier.cc5341 } else if (type.IsConstantLo()) { in DescribeVRegs()