class com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets extends com.oracle.truffle.api.instrumentation.TruffleInstrument
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets
  super_class: com.oracle.truffle.api.instrumentation.TruffleInstrument
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets this
         0: .line 550
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.TruffleInstrument.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/UnwindInstrumentationReenterSnippets;

  protected void onCreate(com.oracle.truffle.api.instrumentation.TruffleInstrument$Env);
    descriptor: (Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets this
        start local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
         0: .line 560
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         1: .line 561
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
         2: .line 562
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$RootTag;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         3: .line 563
            new com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$1
            dup
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$1.<init>:(Lcom/oracle/truffle/api/instrumentation/UnwindInstrumentationReenterSnippets;)V
         4: .line 560
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
         5: .line 559
            astore 2 /* functionReenter */
        start local 2 // com.oracle.truffle.api.instrumentation.EventBinding functionReenter
         6: .line 577
            aload 1 /* env */
            invokevirtual com.oracle.truffle.api.instrumentation.TruffleInstrument$Env.getInstrumenter:()Lcom/oracle/truffle/api/instrumentation/Instrumenter;
         7: .line 578
            invokestatic com.oracle.truffle.api.instrumentation.SourceSectionFilter.newBuilder:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
         8: .line 579
            ldc Lcom/oracle/truffle/api/instrumentation/StandardTags$StatementTag;
            aastore
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.tagIs:([Ljava/lang/Class;)Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter$Builder;
            invokevirtual com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder.build:()Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;
         9: .line 580
            new com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$2
            dup
            aload 0 /* this */
            aload 2 /* functionReenter */
            invokespecial com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$2.<init>:(Lcom/oracle/truffle/api/instrumentation/UnwindInstrumentationReenterSnippets;Lcom/oracle/truffle/api/instrumentation/EventBinding;)V
        10: .line 577
            invokevirtual com.oracle.truffle.api.instrumentation.Instrumenter.attachExecutionEventListener:(Lcom/oracle/truffle/api/instrumentation/SourceSectionFilter;Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;)Lcom/oracle/truffle/api/instrumentation/EventBinding;
            pop
        11: .line 594
            return
        end local 2 // com.oracle.truffle.api.instrumentation.EventBinding functionReenter
        end local 1 // com.oracle.truffle.api.instrumentation.TruffleInstrument$Env env
        end local 0 // com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lcom/oracle/truffle/api/instrumentation/UnwindInstrumentationReenterSnippets;
            0   12     1              env  Lcom/oracle/truffle/api/instrumentation/TruffleInstrument$Env;
            6   12     2  functionReenter  Lcom/oracle/truffle/api/instrumentation/EventBinding<Lcom/oracle/truffle/api/instrumentation/ExecutionEventListener;>;
    MethodParameters:
      Name  Flags
      env   
}
SourceFile: "EventContext.java"
NestMembers:
  com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$1  com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$2
InnerClasses:
  public final Builder = com.oracle.truffle.api.instrumentation.SourceSectionFilter$Builder of com.oracle.truffle.api.instrumentation.SourceSectionFilter
  public final RootTag = com.oracle.truffle.api.instrumentation.StandardTags$RootTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final StatementTag = com.oracle.truffle.api.instrumentation.StandardTags$StatementTag of com.oracle.truffle.api.instrumentation.StandardTags
  public final Env = com.oracle.truffle.api.instrumentation.TruffleInstrument$Env of com.oracle.truffle.api.instrumentation.TruffleInstrument
  com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$1
  com.oracle.truffle.api.instrumentation.UnwindInstrumentationReenterSnippets$2