Searched refs:getCompiler (Results 1 - 19 of 19) sorted by relevance

/openjdk10/hotspot/test/compiler/aot/scripts/
H A DInitGraal.java28 HotSpotJVMCIRuntime.runtime().getCompiler();
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.runtime/src/jdk/vm/ci/runtime/
H A DJVMCIRuntime.java35 JVMCICompiler getCompiler(); method in interface:JVMCIRuntime
/openjdk10/langtools/test/tools/jdeps/modules/src/mV/p5/
H A DMain.java40 public JavaCompiler getCompiler() { method in class:Main
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot.test/src/org/graalvm/compiler/hotspot/test/
H A DMemoryUsageBenchmark.java139 CompilationTask task = new CompilationTask(runtime, (HotSpotGraalCompiler) runtime.getCompiler(), request, true, false, getInitialOptions());
156 HotSpotGraalCompiler compiler = (HotSpotGraalCompiler) runtime.getCompiler();
185 CompileTheWorld ctw = new CompileTheWorld(runtime, (HotSpotGraalCompiler) runtime.getCompiler(), options);
H A DCompileTheWorldTest.java53 new CompileTheWorld(runtime, (HotSpotGraalCompiler) runtime.getCompiler(), CompileTheWorld.SUN_BOOT_CLASS_PATH, 1, 5, null, null, false, initialOptions, compilationOptions).compile();
H A DHotSpotGraalCompilerTest.java54 HotSpotGraalCompiler compiler = (HotSpotGraalCompiler) JVMCI.getRuntime().getCompiler();
H A DTestIntrinsicCompiles.java58 HotSpotGraalCompiler compiler = (HotSpotGraalCompiler) JVMCI.getRuntime().getCompiler();
H A DGraalOSRTestBase.java77 HotSpotGraalCompiler compiler = (HotSpotGraalCompiler) runtime.getCompiler();
H A DCompileTheWorld.java802 HotSpotGraalCompiler compiler = (HotSpotGraalCompiler) jvmciRuntime.getCompiler();
/openjdk10/test/lib/jdk/test/lib/compiler/
H A DInMemoryJavaCompiler.java125 super(getCompiler().getStandardFileManager(null, null, null));
184 private static JavaCompiler getCompiler() { method in class:InMemoryJavaCompiler
198 return getCompiler().getTask(null, new FileManagerWrapper(file, moduleOverride), null, opts, null, Arrays.asList(file));
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.api.test/src/org/graalvm/compiler/api/test/
H A DGraal.java44 JVMCICompiler compiler = JVMCI.getRuntime().getCompiler();
/openjdk10/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java159 public String getCompiler() { method in class:Compilation
168 sb.append(getCompiler());
H A DLogCompilation.java326 comp.getCompiler());
/openjdk10/langtools/test/tools/javac/diags/
H A DExample.java349 Compiler c = Compiler.getCompiler(runOpts, verbose);
439 Compiler getCompiler(List<String> opts, boolean verbose); method in interface:Example.Compiler.Factory
443 public Compiler getCompiler(List<String> opts, boolean verbose) { method in class:Example.Compiler.DefaultFactory
471 static Compiler getCompiler(List<String> opts, boolean verbose) { method in class:Example.Compiler
475 return factory.getCompiler(opts, verbose);
H A DArgTypeCompilerFactory.java51 public Example.Compiler getCompiler(List<String> opts, boolean verbose) { method in class:ArgTypeCompilerFactory
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DRecompilableScriptFunctionData.java649 private Compiler getCompiler(final FunctionNode fn, final MethodType actualCallSiteType, final ScriptObject runtimeScope) { method in class:RecompilableScriptFunctionData
650 return getCompiler(fn, actualCallSiteType, newLocals(runtimeScope), null, null);
664 Compiler getCompiler(final FunctionNode functionNode, final MethodType actualCallSiteType, method in class:RecompilableScriptFunctionData
726 final Compiler compiler = getCompiler(fn, actualCallSiteType, runtimeScope);
H A DCompiledFunction.java837 final Compiler compiler = effectiveOptInfo.getCompiler(fn, ct, re); //set to non rest-of
951 Compiler getCompiler(final FunctionNode fn, final MethodType actualCallSiteType, final RewriteException e) { method in class:CompiledFunction.OptimismInfo
952 return data.getCompiler(fn, actualCallSiteType, e.getRuntimeScope(), invalidatedProgramPoints, getEntryPoints(e));
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.hotspot/src/jdk/vm/ci/hotspot/
H A DHotSpotJVMCIRuntime.java349 public JVMCICompiler getCompiler() { method in class:HotSpotJVMCIRuntime
437 CompilationRequestResult result = getCompiler().compileMethod(new HotSpotCompilationRequest(method, entryBCI, jvmciEnv, id));
/openjdk10/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp623 TempNewSymbol getCompiler = SymbolTable::new_symbol("getCompiler", CHECK); local
627 JavaCalls::call_virtual(&result, jvmciRuntime, HotSpotJVMCIRuntime::klass(), getCompiler, sig, CHECK);

Completed in 102 milliseconds