Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc121 EXPECT_TRUE(bool_reg_type.IsArrayIndexTypes()); in TEST_F()
154 EXPECT_TRUE(byte_reg_type.IsArrayIndexTypes()); in TEST_F()
187 EXPECT_TRUE(char_reg_type.IsArrayIndexTypes()); in TEST_F()
220 EXPECT_TRUE(short_reg_type.IsArrayIndexTypes()); in TEST_F()
253 EXPECT_TRUE(int_reg_type.IsArrayIndexTypes()); in TEST_F()
286 EXPECT_FALSE(long_reg_type.IsArrayIndexTypes()); in TEST_F()
319 EXPECT_FALSE(float_reg_type.IsArrayIndexTypes()); in TEST_F()
352 EXPECT_FALSE(double_reg_type.IsArrayIndexTypes()); in TEST_F()
Dreg_type.h160 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes() function
Dmethod_verifier.cc4632 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()
4747 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()