Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc115 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()
148 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()
181 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()
214 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()
247 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()
280 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()
313 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()
346 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
Dreg_type-inl.h79 return rhs.IsShortTypes(); in AssignableFrom()
Dreg_type.cc476 } else if (IsShortTypes()) { in GetPrimitiveType()
676 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
Dreg_type.h148 bool IsShortTypes() const { in IsShortTypes() function