Home
last modified time | relevance | path

Searched refs:UnresolvedClass (Results 1 – 25 of 41) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotConstantPool.java112 UnresolvedClass(config().jvmConstantUnresolvedClass), enumConstant
519 case UnresolvedClass:
755 …assert klassTag == JVM_CONSTANT.Class || klassTag == JVM_CONSTANT.UnresolvedClass || klassTag == J…
758 case UnresolvedClass:
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotConstantPool.java112 UnresolvedClass(config().jvmConstantUnresolvedClass), enumConstant
519 case UnresolvedClass:
755 …assert klassTag == JVM_CONSTANT.Class || klassTag == JVM_CONSTANT.UnresolvedClass || klassTag == J…
758 case UnresolvedClass:
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotConstantPool.java112 UnresolvedClass(config().jvmConstantUnresolvedClass), enumConstant
519 case UnresolvedClass:
724 …assert klassTag == JVM_CONSTANT.Class || klassTag == JVM_CONSTANT.UnresolvedClass || klassTag == J…
727 case UnresolvedClass:
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java248 if (e instanceof Attribute.UnresolvedClass) in visitError()
249 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java248 if (e instanceof Attribute.UnresolvedClass) in visitError()
249 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java248 if (e instanceof Attribute.UnresolvedClass) in visitError()
249 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java249 if (e instanceof Attribute.UnresolvedClass) in visitError()
250 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java249 if (e instanceof Attribute.UnresolvedClass) in visitError()
250 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java248 if (e instanceof Attribute.UnresolvedClass) in visitError()
249 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java249 if (e instanceof Attribute.UnresolvedClass) in visitError()
250 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java247 if (e instanceof Attribute.UnresolvedClass) in visitError()
248 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java247 if (e instanceof Attribute.UnresolvedClass) in visitError()
248 value = new MirroredTypeExceptionProxy(((Attribute.UnresolvedClass)e).classType); in visitError()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAttribute.java377 public static class UnresolvedClass extends Error { class in Attribute
379 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/javac/code/
H A DAttribute.java377 public static class UnresolvedClass extends Error { class in Attribute
379 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java401 public static class UnresolvedClass extends Error { class in Attribute
403 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java402 public static class UnresolvedClass extends Error { class in Attribute
404 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java402 public static class UnresolvedClass extends Error { class in Attribute
404 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java402 public static class UnresolvedClass extends Error { class in Attribute
404 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java403 public static class UnresolvedClass extends Error { class in Attribute
405 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java403 public static class UnresolvedClass extends Error { class in Attribute
405 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java402 public static class UnresolvedClass extends Error { class in Attribute
404 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DAttribute.java403 public static class UnresolvedClass extends Error { class in Attribute
405 public UnresolvedClass(Type type, Type classType) { in UnresolvedClass() method in Attribute.UnresolvedClass
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/model/
H A DAnnotationProxyMaker.java249 if (e instanceof Attribute.UnresolvedClass unresolvedClass) in visitError()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java33 import com.sun.tools.javac.code.Attribute.UnresolvedClass;
893 if (e instanceof UnresolvedClass) { in visitError()
894 result = ClassLiteral(((UnresolvedClass) e).classType).setType(syms.classType); in visitError()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java34 import com.sun.tools.javac.code.Attribute.UnresolvedClass;
907 if (e instanceof UnresolvedClass) { in visitError()
908 result = ClassLiteral(((UnresolvedClass) e).classType).setType(syms.classType); in visitError()

12