Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc112 EXPECT_FALSE(bool_reg_type.IsCategory2Types()); in TEST_F()
145 EXPECT_FALSE(byte_reg_type.IsCategory2Types()); in TEST_F()
178 EXPECT_FALSE(char_reg_type.IsCategory2Types()); in TEST_F()
211 EXPECT_FALSE(short_reg_type.IsCategory2Types()); in TEST_F()
244 EXPECT_FALSE(int_reg_type.IsCategory2Types()); in TEST_F()
277 EXPECT_TRUE(long_reg_type.IsCategory2Types()); in TEST_F()
310 EXPECT_FALSE(float_reg_type.IsCategory2Types()); in TEST_F()
343 EXPECT_TRUE(double_reg_type.IsCategory2Types()); in TEST_F()
Dregister_line.cc185 if (!type_l.IsCategory2Types()) { in CopyResultRegister2()
Dreg_type.h141 bool IsCategory2Types() const { in IsCategory2Types() function
Dmethod_verifier.cc2199 if (!return_type.IsCategory2Types()) { in CodeFlowVerifyInstruction()