Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.cc77 if (IsConstantShort()) { in Dump()
394 if (IsConstantShort()) { in Dump()
642 } else if (type2.IsConstantShort()) { in Merge()
647 } else if (type1.IsConstantShort()) { in Merge()
648 if (type2.IsConstantShort()) { in Merge()
Dreg_type.h130 virtual bool IsConstantShort() const { return false; } in IsConstantShort() function
149 return IsShort() || IsByte() || IsBoolean() || IsConstantShort(); in IsShortTypes()
654 bool IsConstantShort() const OVERRIDE { in IsConstantShort() function