Home
last modified time | relevance | path

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

/art/runtime/verifier/
Dreg_type_test.cc122 EXPECT_TRUE(bool_reg_type.IsArrayIndexTypes()); in TEST_F()
155 EXPECT_TRUE(byte_reg_type.IsArrayIndexTypes()); in TEST_F()
188 EXPECT_TRUE(char_reg_type.IsArrayIndexTypes()); in TEST_F()
221 EXPECT_TRUE(short_reg_type.IsArrayIndexTypes()); in TEST_F()
254 EXPECT_TRUE(int_reg_type.IsArrayIndexTypes()); in TEST_F()
287 EXPECT_FALSE(long_reg_type.IsArrayIndexTypes()); in TEST_F()
320 EXPECT_FALSE(float_reg_type.IsArrayIndexTypes()); in TEST_F()
353 EXPECT_FALSE(double_reg_type.IsArrayIndexTypes()); in TEST_F()
Dreg_type.h163 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes() function
Dmethod_verifier.cc4473 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()
4599 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()