Searched defs:getCompiler (Results 1 - 10 of 10) sorted by relevance

/openjdk9/langtools/test/tools/jdeps/modules/src/mV/p5/
H A DMain.java40 public JavaCompiler getCompiler() { method in class:Main
/openjdk9/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
/openjdk9/langtools/test/tools/javac/diags/
H A DArgTypeCompilerFactory.java51 public Example.Compiler getCompiler(List<String> opts, boolean verbose) { method in class:ArgTypeCompilerFactory
H A DExample.java439 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
/openjdk9/test/lib/jdk/test/lib/compiler/
H A DInMemoryJavaCompiler.java184 private static JavaCompiler getCompiler() { method in class:InMemoryJavaCompiler
/openjdk9/hotspot/src/share/tools/LogCompilation/src/com/sun/hotspot/tools/compiler/
H A DCompilation.java159 public String getCompiler() { method in class:Compilation
/openjdk9/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
/openjdk9/hotspot/src/share/vm/jvmci/
H A DjvmciRuntime.cpp625 TempNewSymbol getCompiler = SymbolTable::new_symbol("getCompiler", CHECK); local
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/
H A DCompiledFunction.java951 Compiler getCompiler(final FunctionNode fn, final MethodType actualCallSiteType, final RewriteException e) { method in class:CompiledFunction.OptimismInfo
H A DRecompilableScriptFunctionData.java649 private Compiler getCompiler(final FunctionNode fn, final MethodType actualCallSiteType, final ScriptObject runtimeScope) { method in class:RecompilableScriptFunctionData
664 Compiler getCompiler(final FunctionNode functionNode, final MethodType actualCallSiteType, method in class:RecompilableScriptFunctionData

Completed in 92 milliseconds