Searched refs:type1 (Results 1 – 6 of 6) sorted by relevance
614 Type type1 = types1.get(0); in checkParametrizedTypeEqualsAndHashCode() local618 if (type1 instanceof ParameterizedType) { in checkParametrizedTypeEqualsAndHashCode()628 if (type1.equals(type2)) { in checkParametrizedTypeEqualsAndHashCode()629 System.out.println("type1("+type1+") equals type2("+type2+")"); in checkParametrizedTypeEqualsAndHashCode()631 System.out.println("type1("+type1+") does not equal type2("+type2+")"); in checkParametrizedTypeEqualsAndHashCode()634 if (type1.equals(type3)) { in checkParametrizedTypeEqualsAndHashCode()635 System.out.println("type1("+type1+") equals type3("+type3+")"); in checkParametrizedTypeEqualsAndHashCode()637 System.out.println("type1("+type1+") does not equal type3("+type3+")"); in checkParametrizedTypeEqualsAndHashCode()639 if (type1.hashCode() == type2.hashCode()) { in checkParametrizedTypeEqualsAndHashCode()640 System.out.println("type1("+type1+") hashCode equals type2("+type2+") hashCode"); in checkParametrizedTypeEqualsAndHashCode()[all …]
126 type1 is a ParameterizedType129 type1(java.util.Set<java.lang.String>) equals type2(java.util.Set<java.lang.String>)130 type1(java.util.Set<java.lang.String>) equals type3(java.util.Set<java.lang.String>)131 type1(java.util.Set<java.lang.String>) hashCode equals type2(java.util.Set<java.lang.String>) hashC…132 type1(java.util.Set<java.lang.String>) hashCode equals type3(java.util.Set<java.lang.String>) hashC…133 type1 is a GenericArrayType136 type1(T[]) equals type2(T[])137 type1(T[]) equals type3(T[])138 type1(T[]) hashCode equals type2(T[]) hashCode139 type1(T[]) hashCode equals type3(T[]) hashCode
766 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local768 int32_t val1 = type1.ConstantValue(); in Merge()773 if (!type1.IsPreciseConstant()) { in Merge()788 if (!type1.IsPreciseConstant()) { in Merge()802 if (type1.IsConstantByte()) { in Merge()810 } else if (type1.IsConstantShort()) { in Merge()821 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local823 int32_t val1 = type1.ConstantValueLo(); in Merge()827 const ConstantType& type1 = *down_cast<const ConstantType*>(this); in Merge() local829 int32_t val1 = type1.ConstantValueHi(); in Merge()
878 DataType::Type type1 = a->GetType(); in AreLowerPrecisionArgs() local880 return (type1 == DataType::Type::kUint8 && type2 == DataType::Type::kUint8) || in AreLowerPrecisionArgs()881 (type1 == DataType::Type::kInt8 && type2 == DataType::Type::kInt8) || in AreLowerPrecisionArgs()882 (type1 == DataType::Type::kInt16 && type2 == DataType::Type::kInt16) || in AreLowerPrecisionArgs()883 (type1 == DataType::Type::kUint16 && type2 == DataType::Type::kUint16) || in AreLowerPrecisionArgs()884 (type1 == DataType::Type::kInt32 && type2 == DataType::Type::kInt32 && in AreLowerPrecisionArgs()
433 DataType::Type type1,
1552 DataType::Type type1, in EmitParallelMoves() argument1557 parallel_move.AddMove(from1, to1, type1, nullptr); in EmitParallelMoves()