Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc114 EXPECT_TRUE(bool_reg_type.IsArrayIndexTypes()); in TEST_F()
147 EXPECT_TRUE(byte_reg_type.IsArrayIndexTypes()); in TEST_F()
180 EXPECT_TRUE(char_reg_type.IsArrayIndexTypes()); in TEST_F()
213 EXPECT_TRUE(short_reg_type.IsArrayIndexTypes()); in TEST_F()
246 EXPECT_TRUE(int_reg_type.IsArrayIndexTypes()); in TEST_F()
279 EXPECT_FALSE(long_reg_type.IsArrayIndexTypes()); in TEST_F()
312 EXPECT_FALSE(float_reg_type.IsArrayIndexTypes()); in TEST_F()
345 EXPECT_FALSE(double_reg_type.IsArrayIndexTypes()); in TEST_F()
Dreg_type.h151 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes() function
Dmethod_verifier.cc3722 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()
3824 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()