Searched defs:IsByte (Results 1 - 1 of 1) sorted by relevance

/art/runtime/verifier/
H A Dreg_type.h48 virtual bool IsByte() const { return false; } function in class:art::verifier::RegType
150 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
160 return IsConstantByte() || IsByte() || IsBoolean();
163 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
412 bool IsByte() const { function in class:art::verifier::ByteType

Completed in 67 milliseconds