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 89 EXPECT_FALSE(bool_reg_type.IsShort());
121 EXPECT_FALSE(byte_reg_type.IsShort());
153 EXPECT_FALSE(char_reg_type.IsShort());
185 EXPECT_TRUE(short_reg_type.IsShort());
217 EXPECT_FALSE(int_reg_type.IsShort());
249 EXPECT_FALSE(long_reg_type.IsShort());
281 EXPECT_FALSE(float_reg_type.IsShort());
313 EXPECT_FALSE(double_reg_type.IsShort());
reg_type.h 48 virtual bool IsShort() const { return false; }
148 return IsChar() || IsInteger() || IsFloat() || IsConstant() || IsByte() || IsShort() ||
161 return IsShort() || IsByte() || IsBoolean() || IsConstantShort();
167 return IsInteger() || IsConstant() || IsByte() || IsShort() || IsChar() || IsBoolean();
428 bool IsShort() const {
reg_type.cc 718 } else if (lhs.IsShort()) {
method_verifier.cc     [all...]

Completed in 37 milliseconds