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

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

Completed in 6 milliseconds