public abstract class com.oracle.truffle.api.instrumentation.ExecutionEventNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.api.instrumentation.ExecutionEventNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
         0: .line 62
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
         1: .line 63
            return
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;

  protected void onEnter(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 77
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  protected void onInputValue(com.oracle.truffle.api.frame.VirtualFrame, com.oracle.truffle.api.instrumentation.EventContext, int, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Lcom/oracle/truffle/api/instrumentation/EventContext;ILjava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        start local 3 // int inputIndex
        start local 4 // java.lang.Object inputValue
         0: .line 110
            return
        end local 4 // java.lang.Object inputValue
        end local 3 // int inputIndex
        end local 2 // com.oracle.truffle.api.instrumentation.EventContext inputContext
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1         frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  inputContext  Lcom/oracle/truffle/api/instrumentation/EventContext;
            0    1     3    inputIndex  I
            0    1     4    inputValue  Ljava/lang/Object;
    MethodParameters:
              Name  Flags
      frame         
      inputContext  
      inputIndex    
      inputValue    

  protected void onReturnValue(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object result
         0: .line 123
            return
        end local 2 // java.lang.Object result
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1   frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  result  Ljava/lang/Object;
    MethodParameters:
        Name  Flags
      frame   
      result  

  protected void onReturnExceptional(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Throwable);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Throwable;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Throwable exception
         0: .line 140
            return
        end local 2 // java.lang.Throwable exception
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1      frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2  exception  Ljava/lang/Throwable;
    MethodParameters:
           Name  Flags
      frame      
      exception  

  protected java.lang.Object onUnwind(com.oracle.truffle.api.frame.VirtualFrame, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // java.lang.Object info
         0: .line 159
            aconst_null
            areturn
        end local 2 // java.lang.Object info
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    1     2   info  Ljava/lang/Object;
    MethodParameters:
       Name  Flags
      frame  
      info   

  protected void onDispose(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 174
            return
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    1     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
    MethodParameters:
       Name  Flags
      frame  

  protected final com.oracle.truffle.api.instrumentation.EventContext getInputContext(int);
    descriptor: (I)Lcom/oracle/truffle/api/instrumentation/EventContext;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // int index
         0: .line 190
            iload 1 /* index */
            iflt 1
            iload 1 /* index */
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getInputCount:()I
            if_icmplt 3
         1: .line 191
      StackMap locals:
      StackMap stack:
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         2: .line 192
            new java.lang.IndexOutOfBoundsException
            dup
            iload 1 /* index */
            invokestatic java.lang.String.valueOf:(I)Ljava/lang/String;
            invokespecial java.lang.IndexOutOfBoundsException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 194
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getChainNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
            astore 2 /* node */
        start local 2 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
         4: .line 195
            aload 2 /* node */
            ifnonnull 7
         5: .line 196
            invokestatic com.oracle.truffle.api.CompilerDirectives.transferToInterpreter:()V
         6: .line 197
            new java.lang.AssertionError
            dup
            ldc "should not be reachable as input count should be 0"
            invokespecial java.lang.AssertionError.<init>:(Ljava/lang/Object;)V
            athrow
         7: .line 199
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
      StackMap stack:
            aload 2 /* node */
            iload 1 /* index */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode.getInputContext:(I)Lcom/oracle/truffle/api/instrumentation/EventContext;
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
        end local 1 // int index
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    8     1  index  I
            4    8     2   node  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
    MethodParameters:
       Name  Flags
      index  

  protected final int getInputCount();
    descriptor: ()I
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
         0: .line 210
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getChainNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
            astore 1 /* node */
        start local 1 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
         1: .line 211
            aload 1 /* node */
            ifnonnull 3
         2: .line 212
            iconst_0
            ireturn
         3: .line 214
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
      StackMap stack:
            aload 1 /* node */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode.getInputCount:()I
            ireturn
        end local 1 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            1    4     1  node  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;

  protected final void saveInputValue(com.oracle.truffle.api.frame.VirtualFrame, int, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;ILjava/lang/Object;)V
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=4, locals=5, args_size=4
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        start local 2 // int inputIndex
        start local 3 // java.lang.Object inputValue
         0: .line 236
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getChainNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
            astore 4 /* node */
        start local 4 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
         1: .line 237
            aload 4 /* node */
            ifnull 3
         2: .line 238
            aload 4 /* node */
            aload 1 /* frame */
            iload 2 /* inputIndex */
            aload 3 /* inputValue */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode.saveInputValue:(Lcom/oracle/truffle/api/frame/VirtualFrame;ILjava/lang/Object;)V
         3: .line 240
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
      StackMap stack:
            return
        end local 4 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
        end local 3 // java.lang.Object inputValue
        end local 2 // int inputIndex
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    4     1       frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            0    4     2  inputIndex  I
            0    4     3  inputValue  Ljava/lang/Object;
            1    4     4        node  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
    MethodParameters:
            Name  Flags
      frame       
      inputIndex  
      inputValue  

  protected final java.lang.Object[] getSavedInputValues(com.oracle.truffle.api.frame.VirtualFrame);
    descriptor: (Lcom/oracle/truffle/api/frame/VirtualFrame;)[Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
        start local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
         0: .line 253
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getChainNode:()Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
            astore 2 /* node */
        start local 2 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
         1: .line 254
            aload 2 /* node */
            ifnull 3
         2: .line 255
            aload 2 /* node */
            aload 1 /* frame */
            invokevirtual com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode.getSavedInputValues:(Lcom/oracle/truffle/api/frame/VirtualFrame;)[Ljava/lang/Object;
            areturn
         3: .line 257
      StackMap locals: com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
      StackMap stack:
            getstatic com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode.EMPTY_ARRAY:[Ljava/lang/Object;
            areturn
        end local 2 // com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode node
        end local 1 // com.oracle.truffle.api.frame.VirtualFrame frame
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            0    4     1  frame  Lcom/oracle/truffle/api/frame/VirtualFrame;
            1    4     2   node  Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
    MethodParameters:
       Name  Flags
      frame  

  private com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode getChainNode();
    descriptor: ()Lcom/oracle/truffle/api/instrumentation/ProbeNode$EventProviderWithInputChainNode;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
         0: .line 262
            aload 0 /* this */
            invokevirtual com.oracle.truffle.api.instrumentation.ExecutionEventNode.getParent:()Lcom/oracle/truffle/api/nodes/Node;
            astore 1 /* parent */
        start local 1 // com.oracle.truffle.api.nodes.Node parent
         1: .line 263
            aload 1 /* parent */
            instanceof com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
            ifeq 3
         2: .line 264
            aload 1 /* parent */
            checkcast com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode
            areturn
         3: .line 266
      StackMap locals: com.oracle.truffle.api.nodes.Node
      StackMap stack:
            aconst_null
            areturn
        end local 1 // com.oracle.truffle.api.nodes.Node parent
        end local 0 // com.oracle.truffle.api.instrumentation.ExecutionEventNode this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/api/instrumentation/ExecutionEventNode;
            1    4     1  parent  Lcom/oracle/truffle/api/nodes/Node;
}
SourceFile: "ExecutionEventNode.java"
InnerClasses:
  EventProviderWithInputChainNode = com.oracle.truffle.api.instrumentation.ProbeNode$EventProviderWithInputChainNode of com.oracle.truffle.api.instrumentation.ProbeNode
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.NodeInfo(cost = com.oracle.truffle.api.nodes.NodeCost.NONE:Lcom/oracle/truffle/api/nodes/NodeCost;)