Home
last modified time | relevance | path

Searched refs:compileMethod (Results 1 – 25 of 126) sorted by relevance

123456

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java91 if (!compileMethod) { in shouldCompileMethod()
92 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
94 if (!compileMethod) { in shouldCompileMethod()
96 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
98 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
103 if (compileMethod) { in shouldCompileMethod()
104 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
106 if (compileMethod) { in shouldCompileMethod()
108 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
110 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java93 if (!compileMethod) { in shouldCompileMethod()
94 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
96 if (!compileMethod) { in shouldCompileMethod()
98 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
100 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
105 if (compileMethod) { in shouldCompileMethod()
106 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
108 if (compileMethod) { in shouldCompileMethod()
110 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
112 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java91 if (!compileMethod) { in shouldCompileMethod()
92 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
94 if (!compileMethod) { in shouldCompileMethod()
96 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
98 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
103 if (compileMethod) { in shouldCompileMethod()
104 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
106 if (compileMethod) { in shouldCompileMethod()
108 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
110 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java93 if (!compileMethod) { in shouldCompileMethod()
94 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
96 if (!compileMethod) { in shouldCompileMethod()
98 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
100 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
105 if (compileMethod) { in shouldCompileMethod()
106 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
108 if (compileMethod) { in shouldCompileMethod()
110 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
112 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java93 if (!compileMethod) { in shouldCompileMethod()
94 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
96 if (!compileMethod) { in shouldCompileMethod()
98 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
100 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
105 if (compileMethod) { in shouldCompileMethod()
106 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
108 if (compileMethod) { in shouldCompileMethod()
110 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
112 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java93 if (!compileMethod) { in shouldCompileMethod()
94 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
96 if (!compileMethod) { in shouldCompileMethod()
98 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
100 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
105 if (compileMethod) { in shouldCompileMethod()
106 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
108 if (compileMethod) { in shouldCompileMethod()
110 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
112 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/
H A DCompilationSpec.java93 if (!compileMethod) { in shouldCompileMethod()
94 compileMethod = compileOnlyStrings.contains(methodName); in shouldCompileMethod()
96 if (!compileMethod) { in shouldCompileMethod()
98 while (!compileMethod && it.hasNext()) { in shouldCompileMethod()
100 compileMethod = pattern.matcher(methodName).matches(); in shouldCompileMethod()
105 if (compileMethod) { in shouldCompileMethod()
106 compileMethod = !excludeStrings.contains(methodName); in shouldCompileMethod()
108 if (compileMethod) { in shouldCompileMethod()
110 while (compileMethod && it.hasNext()) { in shouldCompileMethod()
112 compileMethod = !(pattern.matcher(methodName).matches()); in shouldCompileMethod()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/calls/common/
H A DCallsBase.java155 if (compileCallee > 0 && !compileMethod(calleeMethod, compileCallee)) { in runTest()
164 if (compileCaller > 0 && !compileMethod(callerMethod, compileCaller)) { in runTest()
192 protected final boolean compileMethod(Method method, int compLevel) { in compileMethod() method in CallsBase
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/jitinterface/
H A Djitwrapper.cpp40 virtual int __stdcall compileMethod(
88 …return pJit->compileMethod(&jitInterfaceWrapper, methodInfo, flags, entryAddress, nativeSizeOfCode… in JitCompileMethod()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DCompiler.java161 compileMethod(method, i); in run()
164 compileMethod(method, compLevel); in run()
186 private void compileMethod(Executable method, int compLevel) { in compileMethod() method in Compiler.CompileMethodCommand
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/testlibrary/ctw/src/sun/hotspot/tools/ctw/
H A DCompiler.java161 compileMethod(method, i); in run()
164 compileMethod(method, compLevel); in run()
186 private void compileMethod(Executable method, int compLevel) { in compileMethod() method in Compiler.CompileMethodCommand
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DJavaCompilerHelper.java70 Method compileMethod = in compile() local
75 compileMethod.invoke( in compile()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wscompile/
H A DJavaCompilerHelper.java70 Method compileMethod = in compile() local
75 compileMethod.invoke( in compile()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCodeSweeperStats.java92 compileMethod(); in compileAndSweep()
112 protected static void compileMethod() { in compileMethod() method in TestCodeSweeperStats
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCodeSweeperStats.java92 compileMethod(); in compileAndSweep()
112 protected static void compileMethod() { in compileMethod() method in TestCodeSweeperStats
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/Paths/6638501/
H A DWsCompileExample.java145 Method compileMethod = in internalCompile() local
151 compileMethod.invoke( in internalCompile()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/jfr/event/compiler/
H A DTestCodeSweeperStats.java89 compileMethod(); in compileAndSweep()
109 protected static void compileMethod() { in compileMethod() method in TestCodeSweeperStats
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/Paths/6638501/
H A DWsCompileExample.java145 Method compileMethod = in internalCompile() local
151 compileMethod.invoke( in internalCompile()

123456