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

/art/runtime/verifier/
H A Dreg_type.h47 virtual bool IsBoolean() const { return false; } function in class:art::verifier::RegType
151 IsBoolean();
157 return IsBoolean() || IsConstantBoolean();
160 return IsConstantByte() || IsByte() || IsBoolean();
163 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
392 bool IsBoolean() const { function in class:art::verifier::BooleanType

Completed in 32 milliseconds