Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc108 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()
141 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()
174 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()
207 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()
240 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()
273 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()
306 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()
339 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
Dreg_type-inl.h73 return rhs.IsShortTypes(); in AssignableFrom()
Dreg_type.cc470 } else if (IsShortTypes()) { in GetPrimitiveType()
657 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
Dreg_type.h139 bool IsShortTypes() const { in IsShortTypes() function