Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc85 if (IsConstantShort()) { in Dump()
411 if (IsConstantShort()) { in Dump()
805 } else if (type2.IsConstantShort()) { in Merge()
810 } else if (type1.IsConstantShort()) { in Merge()
811 if (type2.IsConstantShort()) { in Merge()
Dreg_type.h129 virtual bool IsConstantShort() const { return false; } in IsConstantShort() function
152 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()
749 bool IsConstantShort() const override { in IsConstantShort() function