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