Home
last modified time | relevance | path

Searched refs:IsShortTypes (Results 1 – 4 of 4) sorted by relevance

/art/runtime/verifier/
Dreg_type_test.cc116 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()
149 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()
182 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()
215 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()
248 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()
281 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()
314 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()
347 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
Dreg_type-inl.h83 return rhs.IsShortTypes(); in AssignableFrom()
Dreg_type.cc493 } else if (IsShortTypes()) { in GetPrimitiveType()
839 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
Dreg_type.h151 bool IsShortTypes() const { in IsShortTypes() function