Searched refs:IsIntegralTypes (Results 1 – 5 of 5) sorted by relevance
118 EXPECT_TRUE(bool_reg_type.IsIntegralTypes()); in TEST_F()151 EXPECT_TRUE(byte_reg_type.IsIntegralTypes()); in TEST_F()184 EXPECT_TRUE(char_reg_type.IsIntegralTypes()); in TEST_F()217 EXPECT_TRUE(short_reg_type.IsIntegralTypes()); in TEST_F()250 EXPECT_TRUE(int_reg_type.IsIntegralTypes()); in TEST_F()283 EXPECT_FALSE(long_reg_type.IsIntegralTypes()); in TEST_F()316 EXPECT_FALSE(float_reg_type.IsIntegralTypes()); in TEST_F()349 EXPECT_FALSE(double_reg_type.IsIntegralTypes()); in TEST_F()
482 } else if (IsIntegralTypes()) { in GetPrimitiveType()669 } else if (IsIntegralTypes() && incoming_type.IsIntegralTypes()) { in Merge()946 if (cmp2.IsIntegralTypes() || cmp2.IsFloatTypes() || cmp2.IsArrayTypes()) { in CanAssignArray()954 if (cmp1.IsIntegralTypes() || cmp1.IsFloatTypes() || cmp1.IsArrayTypes()) { in CanAssignArray()
84 return rhs.IsIntegralTypes(); in AssignableFrom()
2601 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2605 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2619 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2628 if (!reg_type.IsReferenceTypes() && !reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2748 if (!reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()4089 if (reg_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()4091 if (!src_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()4704 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut()4706 value_compatible = value_type.IsIntegralTypes(); in VerifyPrimitivePut()5137 if (field_type->IsIntegralTypes()) { in VerifyQuickFieldAccess()[all …]
153 bool IsIntegralTypes() const { in IsIntegralTypes() function159 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes()