Home
last modified time | relevance | path

Searched defs:generateClass (Results 26 – 50 of 180) sorted by relevance

12345678

/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/linker/
H A DJavaAdapterClassLoader.java77 …StaticClass generateClass(final ClassLoader parentLoader, final ProtectionDomain protectionDomain)… in generateClass() method in JavaAdapterClassLoader
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
H A DCondyRepeatFailedResolution.java96 public void generateClass() throws Exception { in generateClass() method in CondyRepeatFailedResolution
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java57 private Class generateClass(List<Instruction> instructions) throws ClassNotFoundException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/condy/
H A DCondyInterfaceWithOverpassMethods.java62 public void generateClass() throws Exception { in generateClass() method in CondyInterfaceWithOverpassMethods
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/
H A DHotspotInstructionsExecutor.java58 … private Class generateClass(List<Instruction> instructions) throws ReflectiveOperationException { in generateClass() method in HotspotInstructionsExecutor
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCustomizedBytecodePatternTest.java90 protected abstract byte[] generateClass(String internalClassName); in generateClass() method in CustomizedBytecodePatternTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCustomizedBytecodePatternTest.java91 protected abstract byte[] generateClass(String internalClassName); in generateClass() method in CustomizedBytecodePatternTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCustomizedBytecodePatternTest.java91 protected abstract byte[] generateClass(String internalClassName); in generateClass() method in CustomizedBytecodePatternTest
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DCustomizedBytecodePatternTest.java91 protected abstract byte[] generateClass(String internalClassName); in generateClass() method in CustomizedBytecodePatternTest
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DStructureLoader.java93 …private Class<?> generateClass(final String name, final String descriptor, final boolean dualField… in generateClass() method in StructureLoader
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/nashorn/internal/runtime/
H A DStructureLoader.java93 …private Class<?> generateClass(final String name, final String descriptor, final boolean dualField… in generateClass() method in StructureLoader
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.core.test/src/org/graalvm/compiler/core/test/
H A DSubWordReturnTest.java91 protected byte[] generateClass(String internalClassName) { in generateClass() method in SubWordReturnTest

12345678