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

  protected boolean invokeConsumed;
    descriptor: Z
    flags: (0x0004) ACC_PROTECTED

  protected final org.graalvm.compiler.nodes.CallTargetNode$InvokeKind invokeKind;
    descriptor: Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  protected final jdk.vm.ci.meta.JavaType invokeReturnType;
    descriptor: Ljdk/vm/ci/meta/JavaType;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL

  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 463
            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=6, 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 471
            aload 0 /* this */
            aload 1
            aload 2 /* inlineScope */
            aload 3 /* lastInstr */
            aconst_null
            aconst_null
            invokespecial org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.<init>:(Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;Lorg/graalvm/compiler/nodes/FixedWithNextNode;Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;Ljdk/vm/ci/meta/JavaType;)V
         1: .line 472
            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    2     0         this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    2     2  inlineScope  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            0    2     3    lastInstr  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
    MethodParameters:
             Name  Flags
      this$0       final
      inlineScope  
      lastInstr    

  public void <init>(org.graalvm.compiler.replacements.PEGraphDecoder, org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope, org.graalvm.compiler.nodes.FixedWithNextNode, org.graalvm.compiler.nodes.CallTargetNode$InvokeKind, jdk.vm.ci.meta.JavaType);
    descriptor: (Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;Lorg/graalvm/compiler/nodes/FixedWithNextNode;Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;Ljdk/vm/ci/meta/JavaType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        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
        start local 4 // org.graalvm.compiler.nodes.CallTargetNode$InvokeKind invokeKind
        start local 5 // jdk.vm.ci.meta.JavaType invokeReturnType
         0: .line 474
            aload 0 /* this */
            aload 1
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.this$0:Lorg/graalvm/compiler/replacements/PEGraphDecoder;
         1: .line 475
            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;
            ifnull 2
            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;
            goto 3
      StackMap locals: uninitialized-this org.graalvm.compiler.replacements.PEGraphDecoder org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope org.graalvm.compiler.nodes.FixedWithNextNode org.graalvm.compiler.nodes.CallTargetNode$InvokeKind jdk.vm.ci.meta.JavaType
      StackMap stack: uninitialized-this org.graalvm.compiler.replacements.PEGraphDecoder org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope
         2: aconst_null
      StackMap locals: uninitialized-this org.graalvm.compiler.replacements.PEGraphDecoder org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope org.graalvm.compiler.nodes.FixedWithNextNode org.graalvm.compiler.nodes.CallTargetNode$InvokeKind jdk.vm.ci.meta.JavaType
      StackMap stack: uninitialized-this org.graalvm.compiler.replacements.PEGraphDecoder org.graalvm.compiler.replacements.PEGraphDecoder$PEMethodScope org.graalvm.compiler.nodes.Invoke
         3: 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
         4: .line 476
            aload 0 /* this */
            aload 3 /* lastInstr */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
         5: .line 477
            aload 0 /* this */
            aload 4 /* invokeKind */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeKind:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
         6: .line 478
            aload 0 /* this */
            aload 5 /* invokeReturnType */
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeReturnType:Ljdk/vm/ci/meta/JavaType;
         7: .line 479
            return
        end local 5 // jdk.vm.ci.meta.JavaType invokeReturnType
        end local 4 // org.graalvm.compiler.nodes.CallTargetNode$InvokeKind invokeKind
        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    8     0              this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    8     2       inlineScope  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEMethodScope;
            0    8     3         lastInstr  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
            0    8     4        invokeKind  Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            0    8     5  invokeReturnType  Ljdk/vm/ci/meta/JavaType;
    MethodParameters:
                  Name  Flags
      this$0            final
      inlineScope       
      lastInstr         
      invokeKind        
      invokeReturnType  

  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 483
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.pushedNode:Lorg/graalvm/compiler/nodes/ValueNode;
            ifnull 2
         1: .line 484
            ldc "Only one push is supported"
            invokestatic org.graalvm.compiler.debug.GraalError.unimplemented:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         2: .line 486
      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 487
            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 491
            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$2:(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 492
            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 493
            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 494
            aload 1 /* stateSplit */
            aload 3 /* fs */
            invokeinterface org.graalvm.compiler.nodes.StateSplit.setStateAfter:(Lorg/graalvm/compiler/nodes/FrameState;)V
         4: .line 495
            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 500
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.nodes.ValueNode.graph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            ifnull 2
         1: .line 501
            aload 1 /* v */
            areturn
         2: .line 503
      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 504
            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 505
            aload 5 /* added */
            aload 1 /* v */
            if_acmpne 7
         6: .line 506
            aload 0 /* this */
            aload 1 /* v */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.updateLastInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
         7: .line 508
      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 509
            aload 4 /* position */
            ifnull 9
            aload 4 /* position */
            invokeinterface org.graalvm.compiler.debug.DebugCloseable.close:()V
         9: .line 508
      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 509
            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=2, args_size=1
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
         0: .line 513
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.trackNodeSourcePosition:()Z
            ifeq 4
         1: .line 514
            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;
            astore 1 /* callerBytecodePosition */
        start local 1 // org.graalvm.compiler.graph.NodeSourcePosition callerBytecodePosition
         2: .line 515
            aload 1 /* callerBytecodePosition */
            ifnull 4
         3: .line 516
            aload 0 /* this */
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.getGraph:()Lorg/graalvm/compiler/nodes/StructuredGraph;
            aload 1 /* callerBytecodePosition */
            invokevirtual org.graalvm.compiler.nodes.StructuredGraph.withNodeSourcePosition:(Lorg/graalvm/compiler/graph/NodeSourcePosition;)Lorg/graalvm/compiler/debug/DebugCloseable;
            areturn
        end local 1 // org.graalvm.compiler.graph.NodeSourcePosition callerBytecodePosition
         4: .line 519
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        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;
            2    4     1  callerBytecodePosition  Lorg/graalvm/compiler/graph/NodeSourcePosition;

  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 523
            aload 1 /* v */
            instanceof org.graalvm.compiler.nodes.FixedNode
            ifeq 10
         1: .line 524
            aload 1 /* v */
            checkcast org.graalvm.compiler.nodes.FixedNode
            astore 2 /* fixedNode */
        start local 2 // org.graalvm.compiler.nodes.FixedNode fixedNode
         2: .line 525
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.lastInstr:Lorg/graalvm/compiler/nodes/FixedWithNextNode;
            ifnull 4
         3: .line 526
            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
         4: .line 528
      StackMap locals: org.graalvm.compiler.nodes.FixedNode
      StackMap stack:
            aload 2 /* fixedNode */
            instanceof org.graalvm.compiler.nodes.FixedWithNextNode
            ifeq 9
         5: .line 529
            aload 2 /* fixedNode */
            checkcast org.graalvm.compiler.nodes.FixedWithNextNode
            astore 3 /* fixedWithNextNode */
        start local 3 // org.graalvm.compiler.nodes.FixedWithNextNode fixedWithNextNode
         6: .line 530
            getstatic org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.$assertionsDisabled:Z
            ifne 7
            aload 3 /* fixedWithNextNode */
            invokevirtual org.graalvm.compiler.nodes.FixedWithNextNode.next:()Lorg/graalvm/compiler/nodes/FixedNode;
            ifnull 7
            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
         7: .line 531
      StackMap locals: 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
         8: .line 532
            goto 10
         9: .line 533
      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
        10: .line 536
      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   11     0               this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0   11     1                  v  TT;
            2   10     2          fixedNode  Lorg/graalvm/compiler/nodes/FixedNode;
            6    8     3  fixedWithNextNode  Lorg/graalvm/compiler/nodes/FixedWithNextNode;
    Signature: <T:Lorg/graalvm/compiler/nodes/ValueNode;>(TT;)V
    MethodParameters:
      Name  Flags
      v     

  public org.graalvm.compiler.nodes.CallTargetNode$InvokeKind getInvokeKind();
    descriptor: ()Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
         0: .line 540
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeKind:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            ifnull 2
         1: .line 541
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeKind:Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            areturn
         2: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.getInvokeKind:()Lorg/graalvm/compiler/nodes/CallTargetNode$InvokeKind;
            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 jdk.vm.ci.meta.JavaType getInvokeReturnType();
    descriptor: ()Ljdk/vm/ci/meta/JavaType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
         0: .line 548
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeReturnType:Ljdk/vm/ci/meta/JavaType;
            ifnull 2
         1: .line 549
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeReturnType:Ljdk/vm/ci/meta/JavaType;
            areturn
         2: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.graalvm.compiler.replacements.PEGraphDecoder$PENonAppendGraphBuilderContext.getInvokeReturnType:()Ljdk/vm/ci/meta/JavaType;
            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 void handleReplacedInvoke(org.graalvm.compiler.nodes.CallTargetNode, jdk.vm.ci.meta.JavaKind);
    descriptor: (Lorg/graalvm/compiler/nodes/CallTargetNode;Ljdk/vm/ci/meta/JavaKind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
        start local 1 // org.graalvm.compiler.nodes.CallTargetNode callTarget
        start local 2 // jdk.vm.ci.meta.JavaKind resultType
         0: .line 556
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeConsumed:Z
            ifeq 2
         1: .line 557
            ldc "handleReplacedInvoke can be called only once"
            invokestatic org.graalvm.compiler.debug.GraalError.unimplemented:(Ljava/lang/String;)Ljava/lang/RuntimeException;
            athrow
         2: .line 559
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invokeConsumed:Z
         3: .line 561
            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;
            aload 1 /* callTarget */
            invokestatic org.graalvm.compiler.replacements.PEGraphDecoder.access$3:(Lorg/graalvm/compiler/replacements/PEGraphDecoder;Lorg/graalvm/compiler/nodes/GraphDecoder$MethodScope;Lorg/graalvm/compiler/nodes/GraphDecoder$LoopScope;Lorg/graalvm/compiler/nodes/GraphDecoder$InvokeData;Lorg/graalvm/compiler/nodes/CallTargetNode;)V
         4: .line 562
            aload 0 /* this */
            aload 0 /* this */
            getfield org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.invoke:Lorg/graalvm/compiler/nodes/Invoke;
            invokeinterface org.graalvm.compiler.nodes.Invoke.asNode:()Lorg/graalvm/compiler/nodes/FixedNode;
            invokevirtual org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext.updateLastInstruction:(Lorg/graalvm/compiler/nodes/ValueNode;)V
         5: .line 563
            return
        end local 2 // jdk.vm.ci.meta.JavaKind resultType
        end local 1 // org.graalvm.compiler.nodes.CallTargetNode callTarget
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    6     0        this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
            0    6     1  callTarget  Lorg/graalvm/compiler/nodes/CallTargetNode;
            0    6     2  resultType  Ljdk/vm/ci/meta/JavaKind;
    MethodParameters:
            Name  Flags
      callTarget  
      resultType  

  public org.graalvm.compiler.nodes.graphbuilderconf.GraphBuilderContext getNonIntrinsicAncestor();
    descriptor: ()Lorg/graalvm/compiler/nodes/graphbuilderconf/GraphBuilderContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
         0: .line 567
            aconst_null
            areturn
        end local 0 // org.graalvm.compiler.replacements.PEGraphDecoder$PEAppendGraphBuilderContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/graalvm/compiler/replacements/PEGraphDecoder$PEAppendGraphBuilderContext;
}
SourceFile: "PEGraphDecoder.java"
NestHost: org.graalvm.compiler.replacements.PEGraphDecoder
InnerClasses:
  public final InvokeKind = org.graalvm.compiler.nodes.CallTargetNode$InvokeKind of org.graalvm.compiler.nodes.CallTargetNode
  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