Searched refs:IsIntegralTypes (Results 1 – 5 of 5) sorted by relevance
117 EXPECT_TRUE(bool_reg_type.IsIntegralTypes()); in TEST_F()150 EXPECT_TRUE(byte_reg_type.IsIntegralTypes()); in TEST_F()183 EXPECT_TRUE(char_reg_type.IsIntegralTypes()); in TEST_F()216 EXPECT_TRUE(short_reg_type.IsIntegralTypes()); in TEST_F()249 EXPECT_TRUE(int_reg_type.IsIntegralTypes()); in TEST_F()282 EXPECT_FALSE(long_reg_type.IsIntegralTypes()); in TEST_F()315 EXPECT_FALSE(float_reg_type.IsIntegralTypes()); in TEST_F()348 EXPECT_FALSE(double_reg_type.IsIntegralTypes()); in TEST_F()
476 } else if (IsIntegralTypes()) { in GetPrimitiveType()661 } else if (IsIntegralTypes() && incoming_type.IsIntegralTypes()) { in Merge()896 if (cmp2.IsIntegralTypes() || cmp2.IsFloatTypes() || cmp2.IsArrayTypes()) { in CanAssignArray()904 if (cmp1.IsIntegralTypes() || cmp1.IsFloatTypes() || cmp1.IsArrayTypes()) { in CanAssignArray()
78 return rhs.IsIntegralTypes(); in AssignableFrom()
2543 mismatch = !reg_type2.IsReferenceTypes() && !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2547 mismatch = !reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes(); in CodeFlowVerifyInstruction()2561 if (!reg_type1.IsIntegralTypes() || !reg_type2.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2570 if (!reg_type.IsReferenceTypes() && !reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()2688 if (!reg_type.IsIntegralTypes()) { in CodeFlowVerifyInstruction()3973 if (reg_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()3975 if (!src_type.IsIntegralTypes()) { in VerifyInvocationArgsFromIterator()4390 if (target_type.IsIntegralTypes()) { in VerifyPrimitivePut()4392 value_compatible = value_type.IsIntegralTypes(); in VerifyPrimitivePut()4812 if (field_type->IsIntegralTypes()) { in VerifyQuickFieldAccess()[all …]
150 bool IsIntegralTypes() const { in IsIntegralTypes() function156 bool IsArrayIndexTypes() const { return IsIntegralTypes(); } in IsArrayIndexTypes()