Searched refs:IsIntegralTypes (Results 1 – 4 of 4) sorted by relevance
108 EXPECT_TRUE(bool_reg_type.IsIntegralTypes()); in TEST_F()140 EXPECT_TRUE(byte_reg_type.IsIntegralTypes()); in TEST_F()172 EXPECT_TRUE(char_reg_type.IsIntegralTypes()); in TEST_F()204 EXPECT_TRUE(short_reg_type.IsIntegralTypes()); in TEST_F()236 EXPECT_TRUE(int_reg_type.IsIntegralTypes()); in TEST_F()268 EXPECT_FALSE(long_reg_type.IsIntegralTypes()); in TEST_F()300 EXPECT_FALSE(float_reg_type.IsIntegralTypes()); in TEST_F()332 EXPECT_FALSE(double_reg_type.IsIntegralTypes()); in TEST_F()
568 } else if (IsIntegralTypes()) { in GetPrimitiveType()723 return rhs.IsIntegralTypes(); in AssignableFrom()852 } else if (IsIntegralTypes() && incoming_type.IsIntegralTypes()) { in Merge()
1938 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1942 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()1956 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()1965 if (!reg_type.IsReferenceTypes() && !reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2075 if (!reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()3229 if (reg_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()3231 if (!src_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()3581 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut()3583 value_compatible = value_type.IsIntegralTypes(); in VerifyPrimitivePut()3937 if (field_type->IsIntegralTypes()) { in VerifyQuickFieldAccess()[all …]
168 bool IsIntegralTypes() const { in IsIntegralTypes() function176 return IsIntegralTypes(); in IsArrayIndexTypes()