Home
last modified time | relevance | path

Searched refs:IsConstantShort (Results 1 – 2 of 2) sorted by relevance

/art/runtime/verifier/
Dreg_type.cc71 if (IsConstantShort()) { in Dump()
217 if (IsConstantShort()) { in Dump()
611 } else if (type2.IsConstantShort()) { in Merge()
616 } else if (type1.IsConstantShort()) { in Merge()
617 if (type2.IsConstantShort()) { in Merge()
Dreg_type.h130 virtual bool IsConstantShort() const { return false; } in IsConstantShort() function
153 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()
631 bool IsConstantShort() const override { in IsConstantShort() function