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