Home
last modified time | relevance | path

Searched refs:asInstType (Results 1 – 25 of 58) sorted by relevance

123

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java191 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
199 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
513 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
859 … addBound(InferenceBound.LOWER, uv2, inferenceContext.asInstType(l), infer); in PROP_UPPER()
863 … addBound(InferenceBound.UPPER, uv, inferenceContext.asInstType(u), infer); in PROP_UPPER()
885 … addBound(InferenceBound.UPPER, uv2, inferenceContext.asInstType(u), infer); in PROP_LOWER()
889 … addBound(InferenceBound.LOWER, uv, inferenceContext.asInstType(l), infer); in PROP_LOWER()
913 addBound(ib, uv2, inferenceContext.asInstType(b2), infer); in PROP_EQ()
921 addBound(ib, uv, inferenceContext.asInstType(b2), infer); in PROP_EQ()
2137 Type asInstType(Type t) {
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DInfer.java191 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
199 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
513 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
859 … addBound(InferenceBound.LOWER, uv2, inferenceContext.asInstType(l), infer); in PROP_UPPER()
863 … addBound(InferenceBound.UPPER, uv, inferenceContext.asInstType(u), infer); in PROP_UPPER()
885 … addBound(InferenceBound.UPPER, uv2, inferenceContext.asInstType(u), infer); in PROP_LOWER()
889 … addBound(InferenceBound.LOWER, uv, inferenceContext.asInstType(l), infer); in PROP_LOWER()
913 addBound(ib, uv2, inferenceContext.asInstType(b2), infer); in PROP_EQ()
921 addBound(ib, uv, inferenceContext.asInstType(b2), infer); in PROP_EQ()
2137 Type asInstType(Type t) {
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java232 Type asInstType(Type t) { in asInstType() method in InferenceContext
239 buf.append(asInstType(t)); in asInstTypes()
369 ((UndetVar)asUndetVar(t)).setInst(inferenceContext.asInstType(t)); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java244 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
245 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2301 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2350 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2351 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3204 tree.referentType = instantiatedContext.asInstType(refType);
3287 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3288 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java233 Type asInstType(Type t) { in asInstType() method in InferenceContext
240 buf.append(asInstType(t)); in asInstTypes()
370 Type instType = inferenceContext.asInstType(t); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java244 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
245 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2445 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2494 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2495 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3362 tree.referentType = instantiatedContext.asInstType(refType);
3445 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3446 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java232 Type asInstType(Type t) { in asInstType() method in InferenceContext
239 buf.append(asInstType(t)); in asInstTypes()
369 ((UndetVar)asUndetVar(t)).setInst(inferenceContext.asInstType(t)); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java244 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
245 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2301 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2350 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2351 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3204 tree.referentType = instantiatedContext.asInstType(refType);
3287 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3288 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java233 Type asInstType(Type t) { in asInstType() method in InferenceContext
240 buf.append(asInstType(t)); in asInstTypes()
370 Type instType = inferenceContext.asInstType(t); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java253 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
254 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2698 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2747 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2748 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3625 tree.referentType = instantiatedContext.asInstType(refType);
3708 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3709 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java233 Type asInstType(Type t) { in asInstType() method in InferenceContext
240 buf.append(asInstType(t)); in asInstTypes()
370 Type instType = inferenceContext.asInstType(t); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
669 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
815 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
993 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java260 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
261 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2744 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2793 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2794 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3672 tree.referentType = instantiatedContext.asInstType(refType);
3755 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3756 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java233 Type asInstType(Type t) { in asInstType() method in InferenceContext
240 buf.append(asInstType(t)); in asInstTypes()
370 Type instType = inferenceContext.asInstType(t); in min()
H A DInfer.java224 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
232 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
341 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
670 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
816 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
994 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java232 Type asInstType(Type t) { in asInstType() method in InferenceContext
239 buf.append(asInstType(t)); in asInstTypes()
369 ((UndetVar)asUndetVar(t)).setInst(inferenceContext.asInstType(t)); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java242 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
243 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2486 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2535 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2536 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3403 tree.referentType = instantiatedContext.asInstType(refType);
3486 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3487 inferenceContext.asInstType(primaryTarget), checkContext));
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DInferenceContext.java233 Type asInstType(Type t) { in asInstType() method in InferenceContext
240 buf.append(asInstType(t)); in asInstTypes()
370 Type instType = inferenceContext.asInstType(t); in min()
H A DInfer.java223 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
231 mt = (MethodType)inferenceContext.asInstType(mt); in instantiateMethod()
340 Type ret = inferenceContext.asInstType(this).getReturnType(); in check()
682 Type owntype = funcInterfaceContext.asInstType(formalInterface); in instantiateFunctionalInterface()
828 super(uv, t, InferenceContext::asInstType, InferenceContext::free, from); in EqCheckLegacy()
1006 uv2.addBound(ib, inferenceContext.asInstType(t), types); in apply()
H A DAttr.java253 resultInfo.dup(inferenceContext.asInstType(resultInfo.pt)); in check()
254 check(tree, inferenceContext.asInstType(found), ownkind, pendingResult); in check()
2676 tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2725 … tree.constructorType = instantiatedContext.asInstType(tree.constructorType);
2726 … tree.clazz.type = clazz.type = instantiatedContext.asInstType(clazz.type);
3596 tree.referentType = instantiatedContext.asInstType(refType);
3679 … inferenceContext -> setFunctionalInfo(env, fExpr, pt, inferenceContext.asInstType(descriptorType),
3680 inferenceContext.asInstType(primaryTarget), checkContext));

123