Searched defs:compilable (Results 1 - 5 of 5) sorted by path

/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.debug/src/org/graalvm/compiler/debug/
H A DDebugContext.java309 final Object compilable; field in class:DebugContext.Description
316 public Description(Object compilable, String identifier) { argument
1987 printMetricsCSV(PrintStream out, Object compilable, Integer identity, int compilationNr, String compilationId) argument
2010 printMetrics(PrintStream out, Object compilable, Integer identity, int compilationNr, String compilationId) argument
[all...]
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/
H A DHotSpotGraalRuntime.java201 public DebugContext openDebugContext(OptionValues compilationOptions, CompilationIdentifier compilationId, Object compilable, Iterable<DebugHandlersFactory> factories) { argument
H A DHotSpotGraalRuntimeProvider.java72 DebugContext openDebugContext(OptionValues compilationOptions, CompilationIdentifier compilationId, Object compilable, Iterable<DebugHandlersFactory> factories); argument
/openjdk10/hotspot/src/share/vm/ci/
H A DciEnv.hpp322 int compilable() { return _compilable; } function in class:ciEnv
/openjdk10/hotspot/src/share/vm/compiler/
H A DcompileBroker.cpp1852 int compilable = ciEnv::MethodCompilable; local

Completed in 205 milliseconds