Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h129 virtual bool IsConstantByte() const { return false; } in IsConstantByte() function
146 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()
649 bool IsConstantByte() const OVERRIDE { in IsConstantByte() function
Dreg_type.cc639 if (type1.IsConstantByte()) { in Merge()
640 if (type2.IsConstantByte()) { in Merge()