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()
786 if (IsConstant() || IsConstantLo() || IsConstantHi()) { in CheckInvariants()
Dreg_type.h89 bool IsConstantLo() const { in IsConstantLo() function
96 bool IsLongConstant() const { return IsConstantLo(); } in IsLongConstant()
625 DCHECK(IsConstantLo()); in ConstantValueLo()
Dreg_type_cache.cc580 if (cur_entry->IsConstantLo() && (cur_entry->IsPrecise() == precise) && in FromCat2ConstLo()
Dmethod_verifier.cc5336 } else if (type.IsConstantLo()) { in DescribeVRegs()