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

/art/runtime/verifier/
H A Dreg_type.h49 virtual bool IsChar() const { return false; } function in class:art::verifier::RegType
150 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
166 return IsChar() || IsBooleanTypes() || IsConstantChar();
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
450 bool IsChar() const { function in class:art::verifier::CharType

Completed in 7 milliseconds