HomeSort by relevance Sort by last modified time
    Searched refs:IsShort (Results 1 - 4 of 4) sorted by null

  /art/runtime/verifier/
reg_type_test.cc 92 EXPECT_FALSE(bool_reg_type.IsShort());
124 EXPECT_FALSE(byte_reg_type.IsShort());
156 EXPECT_FALSE(char_reg_type.IsShort());
188 EXPECT_TRUE(short_reg_type.IsShort());
220 EXPECT_FALSE(int_reg_type.IsShort());
252 EXPECT_FALSE(long_reg_type.IsShort());
284 EXPECT_FALSE(float_reg_type.IsShort());
316 EXPECT_FALSE(double_reg_type.IsShort());
reg_type.h 50 virtual bool IsShort() const { return false; }
150 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
163 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
169 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
431 bool IsShort() const {
reg_type.cc 718 } else if (lhs.IsShort()) {
method_verifier.cc     [all...]

Completed in 40 milliseconds