public class org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext extends org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext
  super_class: org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext
{
  protected org.graalvm.compiler.nodes.FixedWithNextNode lastInstr;
    descriptor: Lorg/graalvm/compiler/nodes/FixedWithNextNode;
    flags: (0x0004) ACC_PROTECTED

  protected org.graalvm.compiler.nodes.ValueNode pushedNode;
    descriptor: Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0004) ACC_PROTECTED

  final org.graalvm.compiler.replacements.PEGraphDecoder this$0;
    descriptor: Lorg/graalvm/compiler/replacements/PEGraphDecoder;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) 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 295
            ldc Lorg/graalvm/compiler/replacements/PEGraphDecoder;
            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.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.graalvm.compiler.replacements.PEGraphDecoder, org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope, org.graalvm.compiler.nodes.FixedWithNextNode);
    descriptor: (Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;Lorg/graalvm/compiler/nodes/FixedWithNextNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 2 // org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope inlineScope
        start local 3 // org.graalvm.compiler.nodes.FixedWithNextNode lastInstr
         0: .line 299
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.this$0:Lorg/graalvm/compiler/replacements/PEGraphDecoder;
         1: .line 300
            aload 0 /* this */
            aload 1
            aload 2 /* inlineScope */
            aload 2 /* inlineScope */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.invokeData:Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            invokespecial org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.<init>:(Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;Lorg/graalvm/compiler/nodes/Invoke;)V
         2: .line 301
            aload 0 /* this */
            aload 3 /* lastInstr */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
         3: .line 302
            return
        end local 3 // org.graalvm.compiler.nodes.FixedWithNextNode lastInstr
        end local 2 // org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope inlineScope
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    4     2  inlineScope  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            0    4     3    lastInstr  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
    MethodParameters:
             Name  Flags
      this$0       final
      inlineScope  
      lastInstr    

  public void push(jdk.vm.ci.meta.JavaKind, org.graalvm.compiler.nodes.ValueNode);
    descriptor: (Ljdk/vm/ci/meta/JavaKind;Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // jdk.vm.ci.meta.JavaKind kind
        start local 2 // org.graalvm.compiler.nodes.ValueNode value
         0: .line 306
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.pushedNode:Lorg/graalvm/compiler/nodes/ValueNode;
            ifnull 2
         1: .line 307
            ldc "Only one push is supported"
            invokestatic org.graalvm.compiler.debug.GraalError.unimplemented:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         2: .line 309
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 2 /* value */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.pushedNode:Lorg/graalvm/compiler/nodes/ValueNode;
         3: .line 310
            return
        end local 2 // org.graalvm.compiler.nodes.ValueNode value
        end local 1 // jdk.vm.ci.meta.JavaKind kind
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    4     1   kind  Ljdk/vm/ci/meta/JavaKind;
            0    4     2  value  Lorg/graalvm/compiler/nodes/ValueNode;
    MethodParameters:
       Name  Flags
      kind   
      value  

  public void setStateAfter(org.graalvm.compiler.nodes.StateSplit);
    descriptor: (Lorg/graalvm/compiler/nodes/StateSplit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // org.graalvm.compiler.nodes.StateSplit stateSplit
         0: .line 314
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.this$0:Lorg/graalvm/compiler/replacements/PEGraphDecoder;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.caller:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.callerLoopScope:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.invokeData:Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;
            getfield org.graalvm.compiler.nodes.GraphDecoder$InvokeData.stateAfterOrderId:I
            invokestatic org.graalvm.compiler.replacements.PEGraphDecoder.access$4:(Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;I)Lorg/graalvm/compiler/graph/Node;
            astore 2 /* stateAfter */
        start local 2 // org.graalvm.compiler.graph.Node stateAfter
         1: .line 315
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 2 /* stateAfter */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.add:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            pop
         2: .line 316
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.this$0:Lorg/graalvm/compiler/replacements/PEGraphDecoder;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.caller:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.callerLoopScope:Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;
            aload 2 /* stateAfter */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder.handleFloatingNodeAfterAdd:(Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.FrameState
            astore 3 /* fs */
        start local 3 // org.graalvm.compiler.nodes.FrameState fs
         3: .line 317
            aload 1 /* stateSplit */
            aload 3 /* fs */
            invokeinterface org.graalvm.compiler.nodes.StateSplit.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
         4: .line 318
            return
        end local 3 // org.graalvm.compiler.nodes.FrameState fs
        end local 2 // org.graalvm.compiler.graph.Node stateAfter
        end local 1 // org.graalvm.compiler.nodes.StateSplit stateSplit
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    5     1  stateSplit  Lorg/graalvm/compiler/nodes/StateSplit;
            1    5     2  stateAfter  Lorg/graalvm/compiler/graph/Node;
            3    5     3          fs  Lorg/graalvm/compiler/nodes/FrameState;
    MethodParameters:
            Name  Flags
      stateSplit  

  public <T extends org.graalvm.compiler.nodes.ValueNode> T append();
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // org.graalvm.compiler.nodes.ValueNode v
         0: .line 323
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            ifnull 2
         1: .line 324
            aload 1 /* v */
            areturn
         2: .line 326
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2
            aconst_null
            astore 3
         3: aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.withNodeSoucePosition:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 4 /* position */
        start local 4 // org.graalvm.compiler.debug.DebugCloseable position
         4: .line 327
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.addOrUnique:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 5 /* added */
        start local 5 // org.graalvm.compiler.nodes.ValueNode added
         5: .line 328
            aload 5 /* added */
            aload 1 /* v */
            if_acmpne 7
         6: .line 329
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.updateLastInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
         7: .line 331
      StackMap locals: org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext org.graalvm.compiler.nodes.ValueNode java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 5 /* added */
         8: .line 332
            aload 4 /* position */
            ifnull 9
            aload 4 /* position */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
         9: .line 331
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.ValueNode
            areturn
        end local 5 // org.graalvm.compiler.nodes.ValueNode added
      StackMap locals: org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext org.graalvm.compiler.nodes.ValueNode java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
        10: astore 2
        11: .line 332
            aload 4 /* position */
            ifnull 12
            aload 4 /* position */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 4 // org.graalvm.compiler.debug.DebugCloseable position
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
            aload 2
            ifnonnull 14
            aload 3
            astore 2
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2
            aload 3
            if_acmpeq 15
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
        end local 1 // org.graalvm.compiler.nodes.ValueNode v
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0   16     1         v  TT;
            4   12     4  position  Lorg/graalvm/compiler/debug/DebugCloseable;
            5   10     5     added  TT;
      Exception table:
        from    to  target  type
           4     8      10  any
           3     9      13  any
          10    13      13  any
    Signature: <T:Lorg/graalvm/compiler/nodes/ValueNode;>(TT;)TT;
    MethodParameters:
      Name  Flags
      v     

  private org.graalvm.compiler.debug.DebugCloseable withNodeSoucePosition();
    descriptor: ()Lorg/graalvm/compiler/debug/DebugCloseable;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
         0: .line 336
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.mayHaveNodeSourcePosition:()Z
            ifeq 2
         1: .line 337
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.methodScope:Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope.getCallerBytecodePosition:()Lorg/graalvm/compiler/graph/NodeSourcePosition;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.withNodeSourcePosition:(Lorg/graalvm/compiler/graph/NodeSourcePosition;)Lorg/graalvm/compiler/debug/DebugCloseable;
            areturn
         2: .line 339
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;

  public <T extends org.graalvm.compiler.nodes.ValueNode> T recursiveAppend();
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)Lorg/graalvm/compiler/nodes/ValueNode;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // org.graalvm.compiler.nodes.ValueNode v
         0: .line 345
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            ifnull 2
         1: .line 346
            aload 1 /* v */
            areturn
         2: .line 348
      StackMap locals:
      StackMap stack:
            aconst_null
            astore 2
            aconst_null
            astore 3
         3: aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.withNodeSoucePosition:()Lorg/graalvm/compiler/debug/DebugCloseable;
            astore 4 /* position */
        start local 4 // org.graalvm.compiler.debug.DebugCloseable position
         4: .line 349
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.addOrUniqueWithInputs:(Lorg/graalvm/compiler/graph/Node;)Lorg/graalvm/compiler/graph/Node;
            checkcast org.graalvm.compiler.nodes.ValueNode
            astore 5 /* added */
        start local 5 // org.graalvm.compiler.nodes.ValueNode added
         5: .line 350
            aload 5 /* added */
            aload 1 /* v */
            if_acmpne 7
         6: .line 351
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.updateLastInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
         7: .line 353
      StackMap locals: org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext org.graalvm.compiler.nodes.ValueNode java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable org.graalvm.compiler.nodes.ValueNode
      StackMap stack:
            aload 5 /* added */
         8: .line 354
            aload 4 /* position */
            ifnull 9
            aload 4 /* position */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
         9: .line 353
      StackMap locals:
      StackMap stack: org.graalvm.compiler.nodes.ValueNode
            areturn
        end local 5 // org.graalvm.compiler.nodes.ValueNode added
      StackMap locals: org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext org.graalvm.compiler.nodes.ValueNode java.lang.Throwable java.lang.Throwable org.graalvm.compiler.debug.DebugCloseable
      StackMap stack: java.lang.Throwable
        10: astore 2
        11: .line 354
            aload 4 /* position */
            ifnull 12
            aload 4 /* position */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
        end local 4 // org.graalvm.compiler.debug.DebugCloseable position
      StackMap locals:
      StackMap stack:
        12: aload 2
            athrow
      StackMap locals:
      StackMap stack: java.lang.Throwable
        13: astore 3
            aload 2
            ifnonnull 14
            aload 3
            astore 2
            goto 15
      StackMap locals:
      StackMap stack:
        14: aload 2
            aload 3
            if_acmpeq 15
            aload 2
            aload 3
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
      StackMap locals:
      StackMap stack:
        15: aload 2
            athrow
        end local 1 // org.graalvm.compiler.nodes.ValueNode v
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0   16     1         v  TT;
            4   12     4  position  Lorg/graalvm/compiler/debug/DebugCloseable;
            5   10     5     added  TT;
      Exception table:
        from    to  target  type
           4     8      10  any
           3     9      13  any
          10    13      13  any
    Signature: <T:Lorg/graalvm/compiler/nodes/ValueNode;>(TT;)TT;
    MethodParameters:
      Name  Flags
      v     

  private <T extends org.graalvm.compiler.nodes.ValueNode> void updateLastInstruction();
    descriptor: (Lorg/graalvm/compiler/nodes/ValueNode;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // org.graalvm.compiler.nodes.ValueNode v
         0: .line 358
            aload 1 /* v */
            instanceof org.graalvm.compiler.nodes.FixedNode
            ifeq 9
         1: .line 359
            aload 1 /* v */
            checkcast org.graalvm.compiler.nodes.FixedNode
            astore 2 /* fixedNode */
        start local 2 // org.graalvm.compiler.nodes.FixedNode fixedNode
         2: .line 360
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
            aload 2 /* fixedNode */
            invokevirtual org.graalvm.compiler.nodes.FixedWithNextNode.setNext:(Lorg/graalvm/compiler/nodes/FixedNode;)V
         3: .line 361
            aload 2 /* fixedNode */
            instanceof org.graalvm.compiler.nodes.FixedWithNextNode
            ifeq 8
         4: .line 362
            aload 2 /* fixedNode */
            checkcast org.graalvm.compiler.nodes.FixedWithNextNode
            astore 3 /* fixedWithNextNode */
        start local 3 // org.graalvm.compiler.nodes.FixedWithNextNode fixedWithNextNode
         5: .line 363
            getstatic org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.$assertionsDisabled:Z
            ifne 6
            aload 3 /* fixedWithNextNode */
            invokevirtual org.graalvm.compiler.nodes.FixedWithNextNode.next:()Lorg/graalvm/compiler/nodes/FixedNode;
            ifnull 6
            new java.lang.AssertionError
            dup
            ldc "cannot append instruction to instruction which isn't end"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         6: .line 364
      StackMap locals: org.graalvm.compiler.nodes.FixedNode org.graalvm.compiler.nodes.FixedWithNextNode
      StackMap stack:
            aload 0 /* this */
            aload 3 /* fixedWithNextNode */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
        end local 3 // org.graalvm.compiler.nodes.FixedWithNextNode fixedWithNextNode
         7: .line 365
            goto 9
         8: .line 366
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
        end local 2 // org.graalvm.compiler.nodes.FixedNode fixedNode
         9: .line 369
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.graalvm.compiler.nodes.ValueNode v
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0   10     0               this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0   10     1                  v  TT;
            2    9     2          fixedNode  Lorg/graalvm/compiler/nodes/FixedNode;
            5    7     3  fixedWithNextNode  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
    Signature: <T:Lorg/graalvm/compiler/nodes/ValueNode;>(TT;)V
    MethodParameters:
      Name  Flags
      v     
}
SourceFile: "PEGraphDecoder.java"
NestHost: org.graalvm.compiler.replacements.PEGraphDecoder
InnerClasses:
  protected InvokeData = org.graalvm.compiler.nodes.GraphDecoder$InvokeData of org.graalvm.compiler.nodes.GraphDecoder
  protected LoopScope = org.graalvm.compiler.nodes.GraphDecoder$LoopScope of org.graalvm.compiler.nodes.GraphDecoder
  protected MethodScope = org.graalvm.compiler.nodes.GraphDecoder$MethodScope of org.graalvm.compiler.nodes.GraphDecoder
  protected PEAppendGraphBuilderContext = org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext of org.graalvm.compiler.replacements.PEGraphDecoder
  protected PEMethodScope = org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope of org.graalvm.compiler.replacements.PEGraphDecoder
  protected PENonAppendGraphBuilderContext = org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext of org.graalvm.compiler.replacements.PEGraphDecoder