Searched refs:IsArrayIndexTypes (Results 1 – 3 of 3) sorted by relevance
122 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()
159 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes() function
4637 if (!index_type.IsArrayIndexTypes()) { in VerifyAGet()4752 if (!index_type.IsArrayIndexTypes()) { in VerifyAPut()