Searched refs:IsArrayIndexTypes (Results 1 – 3 of 3) sorted by relevance
143 EXPECT_TRUE(bool_reg_type.IsArrayIndexTypes()); in TEST_F()176 EXPECT_TRUE(byte_reg_type.IsArrayIndexTypes()); in TEST_F()209 EXPECT_TRUE(char_reg_type.IsArrayIndexTypes()); in TEST_F()242 EXPECT_TRUE(short_reg_type.IsArrayIndexTypes()); in TEST_F()275 EXPECT_TRUE(int_reg_type.IsArrayIndexTypes()); in TEST_F()308 EXPECT_FALSE(long_reg_type.IsArrayIndexTypes()); in TEST_F()341 EXPECT_FALSE(float_reg_type.IsArrayIndexTypes()); in TEST_F()374 EXPECT_FALSE(double_reg_type.IsArrayIndexTypes()); in TEST_F()
164 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes() function
4327 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()4451 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()