public interface com.oracle.svm.hosted.code.CompileQueue$CompileFunction
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.oracle.svm.hosted.code.CompileQueue$CompileFunction
super_class: java.lang.Object
{
public abstract org.graalvm.compiler.code.CompilationResult compile(org.graalvm.compiler.debug.DebugContext, com.oracle.svm.hosted.meta.HostedMethod, org.graalvm.compiler.core.common.CompilationIdentifier, com.oracle.svm.hosted.code.CompileQueue$CompileReason, com.oracle.svm.core.graal.meta.RuntimeConfiguration);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Lcom/oracle/svm/hosted/meta/HostedMethod;Lorg/graalvm/compiler/core/common/CompilationIdentifier;Lcom/oracle/svm/hosted/code/CompileQueue$CompileReason;Lcom/oracle/svm/core/graal/meta/RuntimeConfiguration;)Lorg/graalvm/compiler/code/CompilationResult;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
debug
method
identifier
reason
config
}
SourceFile: "CompileQueue.java"
NestHost: com.oracle.svm.hosted.code.CompileQueue
InnerClasses:
public abstract CompileFunction = com.oracle.svm.hosted.code.CompileQueue$CompileFunction of com.oracle.svm.hosted.code.CompileQueue
public abstract CompileReason = com.oracle.svm.hosted.code.CompileQueue$CompileReason of com.oracle.svm.hosted.code.CompileQueue