public class org.graalvm.compiler.core.gen.InstructionPrinter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.core.gen.InstructionPrinter
  super_class: java.lang.Object
{
  private final org.graalvm.compiler.debug.LogStream out;
    descriptor: Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.graalvm.compiler.debug.LogStream);
    descriptor: (Lorg/graalvm/compiler/debug/LogStream;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
        start local 1 // org.graalvm.compiler.debug.LogStream out
         0: .line 103
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 104
            aload 0 /* this */
            aload 1 /* out */
            putfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
         2: .line 105
            return
        end local 1 // org.graalvm.compiler.debug.LogStream out
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter;
            0    3     1   out  Lorg/graalvm/compiler/debug/LogStream;
    MethodParameters:
      Name  Flags
      out   

  public org.graalvm.compiler.debug.LogStream out();
    descriptor: ()Lorg/graalvm/compiler/debug/LogStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
         0: .line 108
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            areturn
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter;

  public void printInstructionListingHeader();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
         0: .line 116
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
         1: .line 117
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
         2: .line 118
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
         3: .line 119
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
         4: .line 120
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.END:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.printLabel:(Lorg/graalvm/compiler/debug/LogStream;)V
         5: .line 121
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.debug.LogStream.println:()Lorg/graalvm/compiler/debug/LogStream;
            pop
         6: .line 122
            return
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter;

  public void printInstructionListing(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
        start local 1 // org.graalvm.compiler.nodes.ValueNode instruction
         0: .line 131
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.debug.LogStream.indentationLevel:()I
            istore 2 /* indentation */
        start local 2 // int indentation
         1: .line 132
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.BCI:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            iload 2 /* indentation */
            iadd
            bipush 32
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
            iconst_0
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(I)Lorg/graalvm/compiler/debug/LogStream;
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.USE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            iload 2 /* indentation */
            iadd
            bipush 32
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
            ldc "0"
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.VALUE:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            iload 2 /* indentation */
            iadd
            bipush 32
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
         2: .line 133
            aload 1 /* instruction */
            invokestatic org.graalvm.compiler.nodes.ValueNodeUtil.valueString:(Lorg/graalvm/compiler/nodes/ValueNode;)Ljava/lang/String;
         3: .line 132
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
         4: .line 134
            getstatic org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.INSTRUCTION:Lorg/graalvm/compiler/core/gen/InstructionPrinter$InstructionLineColumn;
            getfield org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn.position:I
            iload 2 /* indentation */
            iadd
            bipush 32
         5: .line 133
            invokevirtual org.graalvm.compiler.debug.LogStream.fillTo:(IC)Lorg/graalvm/compiler/debug/LogStream;
            pop
         6: .line 135
            aload 0 /* this */
            aload 1 /* instruction */
            invokevirtual org.graalvm.compiler.core.gen.InstructionPrinter.printInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
         7: .line 136
            aload 1 /* instruction */
            instanceof org.graalvm.compiler.nodes.StateSplit
            ifeq 9
         8: .line 137
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            new java.lang.StringBuilder
            dup
            ldc "  [state: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* instruction */
            checkcast org.graalvm.compiler.nodes.StateSplit
            invokeinterface org.graalvm.compiler.nodes.StateSplit.stateAfter:()Lorg/graalvm/compiler/nodes/FrameState;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc "]"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         9: .line 139
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            invokevirtual org.graalvm.compiler.debug.LogStream.println:()Lorg/graalvm/compiler/debug/LogStream;
            pop
        10: .line 140
            return
        end local 2 // int indentation
        end local 1 // org.graalvm.compiler.nodes.ValueNode instruction
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/graalvm/compiler/core/gen/InstructionPrinter;
            0   11     1  instruction  Lorg/graalvm/compiler/nodes/ValueNode;
            1   11     2  indentation  I
    MethodParameters:
             Name  Flags
      instruction  

  public void printInstruction(org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
        start local 1 // org.graalvm.compiler.nodes.ValueNode node
         0: .line 143
            aload 0 /* this */
            getfield org.graalvm.compiler.core.gen.InstructionPrinter.out:Lorg/graalvm/compiler/debug/LogStream;
            aload 1 /* node */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.toString:()Ljava/lang/String;
            invokevirtual org.graalvm.compiler.debug.LogStream.print:(Ljava/lang/String;)Lorg/graalvm/compiler/debug/LogStream;
            pop
         1: .line 144
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode node
        end local 0 // org.graalvm.compiler.core.gen.InstructionPrinter this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/graalvm/compiler/core/gen/InstructionPrinter;
            0    2     1  node  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
      Name  Flags
      node  
}
SourceFile: "InstructionPrinter.java"
NestMembers:
  org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn
InnerClasses:
  public final InstructionLineColumn = org.graalvm.compiler.core.gen.InstructionPrinter$InstructionLineColumn of org.graalvm.compiler.core.gen.InstructionPrinter