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

/art/runtime/verifier/
H A Dreg_type.h49 virtual bool IsInteger() const { return false; } function in class:art::verifier::RegType
148 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
167 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
370 bool IsInteger() const { function in class:art::verifier::IntegerType

Completed in 37 milliseconds