public interface org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
super_class: java.lang.Object
{
public static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public abstract java.lang.Object getSourceForOperand(jdk.vm.ci.meta.Value);
descriptor: (Ljdk/vm/ci/meta/Value;)Ljava/lang/Object;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
value
public static org.graalvm.compiler.lir.debug.LIRGenerationDebugContext getFromDebugContext(org.graalvm.compiler.debug.DebugContext);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
ifeq 4
1: aload 0
ldc Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
invokevirtual org.graalvm.compiler.debug.DebugContext.contextLookup:(Ljava/lang/Class;)Ljava/lang/Object;
checkcast org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
astore 1
start local 1 2: getstatic org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.$assertionsDisabled:Z
ifne 3
aload 1
ifnonnull 3
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
3: StackMap locals: org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
StackMap stack:
aload 1
areturn
end local 1 4: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 debug Lorg/graalvm/compiler/debug/DebugContext;
2 4 1 lirGen Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
MethodParameters:
Name Flags
debug
public static java.lang.Object getSourceForOperandFromDebugContext(org.graalvm.compiler.debug.DebugContext, jdk.vm.ci.meta.Value);
descriptor: (Lorg/graalvm/compiler/debug/DebugContext;Ljdk/vm/ci/meta/Value;)Ljava/lang/Object;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
invokestatic org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.getFromDebugContext:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
astore 2
start local 2 1: aload 2
ifnull 3
2: aload 2
aload 1
invokeinterface org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.getSourceForOperand:(Ljdk/vm/ci/meta/Value;)Ljava/lang/Object;
areturn
3: StackMap locals: org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
StackMap stack:
aconst_null
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 debug Lorg/graalvm/compiler/debug/DebugContext;
0 4 1 value Ljdk/vm/ci/meta/Value;
1 4 2 gen Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
MethodParameters:
Name Flags
debug
value
}
SourceFile: "LIRGenerationDebugContext.java"