Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type.h128 virtual bool IsConstantByte() const { return false; } in IsConstantByte() function
149 return IsConstantByte() || IsByte() || IsBoolean(); in IsByteTypes()
744 bool IsConstantByte() const override { in IsConstantByte() function
Dreg_type.cc802 if (type1.IsConstantByte()) { in Merge()
803 if (type2.IsConstantByte()) { in Merge()