class com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1 implements com.oracle.truffle.api.frame.FrameInstanceVisitor<com.oracle.truffle.api.frame.FrameInstance>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1
  super_class: java.lang.Object
{
  private int depth;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  final com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable this$1;
    descriptor: Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final boolean val$raw;
    descriptor: Z
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List val$frameInstances;
    descriptor: Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable, boolean, java.util.List);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;ZLjava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1 this
         0: .line 771
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.this$1:Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;
            aload 0 /* this */
            iload 2
            putfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$raw:Z
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$frameInstances:Ljava/util/List;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 772
            aload 0 /* this */
            aload 1
            invokestatic com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.access$0:(Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            getfield com.oracle.truffle.api.debug.SuspendedEvent.context:Lcom/oracle/truffle/api/debug/SuspendedContext;
            invokeinterface com.oracle.truffle.api.debug.SuspendedContext.getStackDepth:()I
            ineg
            iconst_1
            isub
            aload 1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.getTopFrameIndex:()I
            iadd
            putfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.depth:I
         2: .line 771
            return
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable$1;
    MethodParameters:
                    Name  Flags
      this$0              final
      val$raw             final
      val$frameInstances  final

  public com.oracle.truffle.api.frame.FrameInstance visitFrame(com.oracle.truffle.api.frame.FrameInstance);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameInstance;)Lcom/oracle/truffle/api/frame/FrameInstance;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1 this
        start local 1 // com.oracle.truffle.api.frame.FrameInstance frameInstance
         0: .line 776
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.this$1:Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;
            invokestatic com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.access$0:(Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            getfield com.oracle.truffle.api.debug.SuspendedEvent.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* frameInstance */
            invokestatic com.oracle.truffle.api.debug.SuspendedEvent.isEvalRootStackFrame:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/frame/FrameInstance;)Z
            ifeq 2
         1: .line 778
            aload 1 /* frameInstance */
            areturn
         2: .line 780
      StackMap locals:
      StackMap stack:
            aload 1 /* frameInstance */
            invokeinterface com.oracle.truffle.api.frame.FrameInstance.getCallNode:()Lcom/oracle/truffle/api/nodes/Node;
            astore 2 /* callNode */
        start local 2 // com.oracle.truffle.api.nodes.Node callNode
         3: .line 781
            aload 2 /* callNode */
            ifnull 7
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.this$1:Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;
            aload 2 /* callNode */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.hasRootTag:(Lcom/oracle/truffle/api/nodes/Node;)Z
            ifne 7
         4: .line 782
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$raw:Z
            ifeq 6
         5: .line 783
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$frameInstances:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         6: .line 785
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aconst_null
            areturn
         7: .line 786
      StackMap locals:
      StackMap stack:
            aload 2 /* callNode */
            ifnonnull 13
         8: .line 787
            aload 1 /* frameInstance */
            invokeinterface com.oracle.truffle.api.frame.FrameInstance.getCallTarget:()Lcom/oracle/truffle/api/CallTarget;
            checkcast com.oracle.truffle.api.RootCallTarget
            invokeinterface com.oracle.truffle.api.RootCallTarget.getRootNode:()Lcom/oracle/truffle/api/nodes/RootNode;
            astore 3 /* root */
        start local 3 // com.oracle.truffle.api.nodes.RootNode root
         9: .line 788
            aload 3 /* root */
            invokevirtual com.oracle.truffle.api.nodes.RootNode.getLanguageInfo:()Lcom/oracle/truffle/api/nodes/LanguageInfo;
            ifnonnull 13
        10: .line 790
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$raw:Z
            ifeq 12
        11: .line 791
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$frameInstances:Ljava/util/List;
            aconst_null
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        12: .line 793
      StackMap locals: com.oracle.truffle.api.nodes.RootNode
      StackMap stack:
            aconst_null
            areturn
        end local 3 // com.oracle.truffle.api.nodes.RootNode root
        13: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.depth:I
            iconst_1
            iadd
            dup_x1
            putfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.depth:I
            ifgt 15
        14: .line 797
            aconst_null
            areturn
        15: .line 799
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.val$frameInstances:Ljava/util/List;
            new com.oracle.truffle.api.debug.DebugStackFrame
            dup
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.this$1:Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;
            invokestatic com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.access$0:(Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable;)Lcom/oracle/truffle/api/debug/SuspendedEvent;
            aload 1 /* frameInstance */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.depth:I
            invokespecial com.oracle.truffle.api.debug.DebugStackFrame.<init>:(Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        16: .line 800
            aconst_null
            areturn
        end local 2 // com.oracle.truffle.api.nodes.Node callNode
        end local 1 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        end local 0 // com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1 this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   17     0           this  Lcom/oracle/truffle/api/debug/SuspendedEvent$DebugStackFrameIterable$1;
            0   17     1  frameInstance  Lcom/oracle/truffle/api/frame/FrameInstance;
            3   17     2       callNode  Lcom/oracle/truffle/api/nodes/Node;
            9   13     3           root  Lcom/oracle/truffle/api/nodes/RootNode;
    MethodParameters:
               Name  Flags
      frameInstance  

  public java.lang.Object visitFrame(com.oracle.truffle.api.frame.FrameInstance);
    descriptor: (Lcom/oracle/truffle/api/frame/FrameInstance;)Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1.visitFrame:(Lcom/oracle/truffle/api/frame/FrameInstance;)Lcom/oracle/truffle/api/frame/FrameInstance;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lcom/oracle/truffle/api/frame/FrameInstanceVisitor<Lcom/oracle/truffle/api/frame/FrameInstance;>;
SourceFile: "SuspendedEvent.java"
EnclosingMethod: com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable.getOtherFrames:(Z)Ljava/util/List;
NestHost: com.oracle.truffle.api.debug.SuspendedEvent
InnerClasses:
  private final DebugStackFrameIterable = com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable of com.oracle.truffle.api.debug.SuspendedEvent
  com.oracle.truffle.api.debug.SuspendedEvent$DebugStackFrameIterable$1