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: .line 35
            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 // org.graalvm.compiler.debug.DebugContext debug
         0: .line 44
            aload 0 /* debug */
            invokevirtual org.graalvm.compiler.debug.DebugContext.areScopesEnabled:()Z
            ifeq 4
         1: .line 45
            aload 0 /* debug */
            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 /* lirGen */
        start local 1 // org.graalvm.compiler.lir.debug.LIRGenerationDebugContext lirGen
         2: .line 46
            getstatic org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.$assertionsDisabled:Z
            ifne 3
            aload 1 /* lirGen */
            ifnonnull 3
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         3: .line 47
      StackMap locals: org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
      StackMap stack:
            aload 1 /* lirGen */
            areturn
        end local 1 // org.graalvm.compiler.lir.debug.LIRGenerationDebugContext lirGen
         4: .line 49
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.debug.DebugContext debug
      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 // org.graalvm.compiler.debug.DebugContext debug
        start local 1 // jdk.vm.ci.meta.Value value
         0: .line 53
            aload 0 /* debug */
            invokestatic org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.getFromDebugContext:(Lorg/graalvm/compiler/debug/DebugContext;)Lorg/graalvm/compiler/lir/debug/LIRGenerationDebugContext;
            astore 2 /* gen */
        start local 2 // org.graalvm.compiler.lir.debug.LIRGenerationDebugContext gen
         1: .line 54
            aload 2 /* gen */
            ifnull 3
         2: .line 55
            aload 2 /* gen */
            aload 1 /* value */
            invokeinterface org.graalvm.compiler.lir.debug.LIRGenerationDebugContext.getSourceForOperand:(Ljdk/vm/ci/meta/Value;)Ljava/lang/Object;
            areturn
         3: .line 57
      StackMap locals: org.graalvm.compiler.lir.debug.LIRGenerationDebugContext
      StackMap stack:
            aconst_null
            areturn
        end local 2 // org.graalvm.compiler.lir.debug.LIRGenerationDebugContext gen
        end local 1 // jdk.vm.ci.meta.Value value
        end local 0 // org.graalvm.compiler.debug.DebugContext debug
      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"