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

/art/runtime/verifier/
H A Dreg_type.h48 virtual bool IsBoolean() const { return false; } function in class:art::verifier::RegType
130 IsShort() || IsBoolean();
135 bool IsBooleanTypes() const { return IsBoolean() || IsConstantBoolean(); }
137 return IsConstantByte() || IsByte() || IsBoolean();
140 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
147 IsBoolean();
392 bool IsBoolean() const OVERRIDE { return true; }

Completed in 78 milliseconds