Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc112 EXPECT_TRUE(bool_reg_type.IsArrayIndexTypes()); in TEST_F()
144 EXPECT_TRUE(byte_reg_type.IsArrayIndexTypes()); in TEST_F()
176 EXPECT_TRUE(char_reg_type.IsArrayIndexTypes()); in TEST_F()
208 EXPECT_TRUE(short_reg_type.IsArrayIndexTypes()); in TEST_F()
240 EXPECT_TRUE(int_reg_type.IsArrayIndexTypes()); in TEST_F()
272 EXPECT_FALSE(long_reg_type.IsArrayIndexTypes()); in TEST_F()
304 EXPECT_FALSE(float_reg_type.IsArrayIndexTypes()); in TEST_F()
336 EXPECT_FALSE(double_reg_type.IsArrayIndexTypes()); in TEST_F()
Dreg_type.h175 bool IsArrayIndexTypes() const { in IsArrayIndexTypes() function
Dmethod_verifier.cc3529 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()
3629 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()