Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc106 EXPECT_TRUE(bool_reg_type.IsShortTypes()); in TEST_F()
138 EXPECT_TRUE(byte_reg_type.IsShortTypes()); in TEST_F()
170 EXPECT_FALSE(char_reg_type.IsShortTypes()); in TEST_F()
202 EXPECT_TRUE(short_reg_type.IsShortTypes()); in TEST_F()
234 EXPECT_FALSE(int_reg_type.IsShortTypes()); in TEST_F()
266 EXPECT_FALSE(long_reg_type.IsShortTypes()); in TEST_F()
298 EXPECT_FALSE(float_reg_type.IsShortTypes()); in TEST_F()
330 EXPECT_FALSE(double_reg_type.IsShortTypes()); in TEST_F()
Dreg_type.cc562 } else if (IsShortTypes()) { in GetPrimitiveType()
719 return rhs.IsShortTypes(); in AssignableFrom()
859 if (IsShortTypes() && incoming_type.IsShortTypes()) { in Merge()
Dreg_type.h162 bool IsShortTypes() const { in IsShortTypes() function