public class org.jruby.ext.tracepoint.TracePoint extends org.jruby.RubyObject
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ext.tracepoint.TracePoint
  super_class: org.jruby.RubyObject
{
  private org.jruby.runtime.EventHook hook;
    descriptor: Lorg/jruby/runtime/EventHook;
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean enabled;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  private java.lang.String eventName;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String file;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private int line;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.builtin.IRubyObject type;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.builtin.IRubyObject exception;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.builtin.IRubyObject returnValue;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private org.jruby.runtime.builtin.IRubyObject binding;
    descriptor: Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0002) ACC_PRIVATE

  private volatile boolean inside;
    descriptor: Z
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

  public static void createTracePointClass(org.jruby.Ruby);
    descriptor: (Lorg/jruby/Ruby;)V
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=2, args_size=1
        start local 0 // org.jruby.Ruby runtime
         0: .line 27
            aload 0 /* runtime */
            ldc "TracePoint"
            aload 0 /* runtime */
            invokevirtual org.jruby.Ruby.getObject:()Lorg/jruby/RubyClass;
            new org.jruby.ext.tracepoint.TracePoint$1
            dup
            invokespecial org.jruby.ext.tracepoint.TracePoint$1.<init>:()V
            invokevirtual org.jruby.Ruby.defineClass:(Ljava/lang/String;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ObjectAllocator;)Lorg/jruby/RubyClass;
            astore 1 /* tracePoint */
        start local 1 // org.jruby.RubyClass tracePoint
         1: .line 34
            aload 1 /* tracePoint */
            ldc Lorg/jruby/ext/tracepoint/TracePoint;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         2: .line 35
            return
        end local 1 // org.jruby.RubyClass tracePoint
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0     runtime  Lorg/jruby/Ruby;
            1    3     1  tracePoint  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  

  public void <init>(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.Ruby runtime
        start local 2 // org.jruby.RubyClass klass
         0: .line 38
            aload 0 /* this */
            aload 1 /* runtime */
            aload 2 /* klass */
            invokespecial org.jruby.RubyObject.<init>:(Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)V
         1: .line 294
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
         2: .line 303
            aload 0 /* this */
            iconst_0
            putfield org.jruby.ext.tracepoint.TracePoint.inside:Z
         3: .line 40
            aload 0 /* this */
            ldc ""
            putfield org.jruby.ext.tracepoint.TracePoint.eventName:Ljava/lang/String;
         4: .line 41
            aload 0 /* this */
            ldc ""
            putfield org.jruby.ext.tracepoint.TracePoint.file:Ljava/lang/String;
         5: .line 42
            aload 0 /* this */
            iconst_m1
            putfield org.jruby.ext.tracepoint.TracePoint.line:I
         6: .line 43
            aload 0 /* this */
            ldc ""
            putfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
         7: .line 44
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.ext.tracepoint.TracePoint.type:Lorg/jruby/runtime/builtin/IRubyObject;
         8: .line 45
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.ext.tracepoint.TracePoint.exception:Lorg/jruby/runtime/builtin/IRubyObject;
         9: .line 46
            aload 0 /* this */
            aload 1 /* runtime */
            invokevirtual org.jruby.Ruby.getNil:()Lorg/jruby/runtime/builtin/IRubyObject;
            putfield org.jruby.ext.tracepoint.TracePoint.returnValue:Lorg/jruby/runtime/builtin/IRubyObject;
        10: .line 47
            return
        end local 2 // org.jruby.RubyClass klass
        end local 1 // org.jruby.Ruby runtime
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0   11     1  runtime  Lorg/jruby/Ruby;
            0   11     2    klass  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  
      klass    

  public org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=10, args_size=4
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] _events
        start local 3 // org.jruby.runtime.Block block
         0: .line 51
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 4 /* runtime */
        start local 4 // org.jruby.Ruby runtime
         1: .line 53
            new java.util.ArrayList
            dup
            aload 2 /* _events */
            arraylength
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* events */
        start local 5 // java.util.ArrayList events
         2: .line 54
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         3: goto 23
         4: .line 55
      StackMap locals: org.jruby.Ruby java.util.ArrayList int
      StackMap stack:
            aload 1 /* context */
            aload 2 /* _events */
            iload 6 /* i */
            aaload
            aload 4 /* runtime */
            invokevirtual org.jruby.Ruby.getSymbol:()Lorg/jruby/RubyClass;
            aload 1 /* context */
            invokestatic org.jruby.ext.tracepoint.TracePoint.sites:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$TracePointSites;
            getfield org.jruby.runtime.JavaSites$TracePointSites.to_sym:Lorg/jruby/runtime/JavaSites$CheckedSites;
            invokestatic org.jruby.util.TypeConverter.convertToType:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/JavaSites$CheckedSites;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubySymbol
            astore 7 /* _event */
        start local 7 // org.jruby.RubySymbol _event
         5: .line 57
            aload 7 /* _event */
            invokevirtual org.jruby.RubySymbol.asJavaString:()Ljava/lang/String;
            invokevirtual java.lang.String.toUpperCase:()Ljava/lang/String;
            astore 8 /* eventName */
        start local 8 // java.lang.String eventName
         6: .line 58
            aconst_null
            astore 9 /* event */
        start local 9 // org.jruby.runtime.RubyEvent event
         7: .line 60
            aload 8 /* eventName */
            invokestatic org.jruby.runtime.RubyEvent.valueOf:(Ljava/lang/String;)Lorg/jruby/runtime/RubyEvent;
            astore 9 /* event */
         8: .line 61
            goto 10
      StackMap locals: org.jruby.ext.tracepoint.TracePoint org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.Ruby java.util.ArrayList int org.jruby.RubySymbol java.lang.String org.jruby.runtime.RubyEvent
      StackMap stack: java.lang.IllegalArgumentException
         9: pop
        10: .line 63
      StackMap locals:
      StackMap stack:
            aload 9 /* event */
            ifnonnull 11
            aload 4 /* runtime */
            aload 4 /* runtime */
            ldc "unknown event: "
            aload 7 /* _event */
            invokestatic org.jruby.util.RubyStringBuilder.str:(Lorg/jruby/Ruby;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        11: .line 66
      StackMap locals:
      StackMap stack:
            aload 9 /* event */
            getstatic org.jruby.runtime.RubyEvent.A_CALL:Lorg/jruby/runtime/RubyEvent;
            if_acmpne 16
        12: .line 67
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.CALL:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        13: .line 68
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.B_CALL:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        14: .line 69
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.C_CALL:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        15: .line 70
            goto 22
      StackMap locals:
      StackMap stack:
        16: aload 9 /* event */
            getstatic org.jruby.runtime.RubyEvent.A_RETURN:Lorg/jruby/runtime/RubyEvent;
            if_acmpne 21
        17: .line 71
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.RETURN:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        18: .line 72
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.B_RETURN:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        19: .line 73
            aload 5 /* events */
            getstatic org.jruby.runtime.RubyEvent.C_RETURN:Lorg/jruby/runtime/RubyEvent;
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        20: .line 74
            goto 22
        21: .line 75
      StackMap locals:
      StackMap stack:
            aload 5 /* events */
            aload 9 /* event */
            invokevirtual java.util.ArrayList.add:(Ljava/lang/Object;)Z
            pop
        end local 9 // org.jruby.runtime.RubyEvent event
        end local 8 // java.lang.String eventName
        end local 7 // org.jruby.RubySymbol _event
        22: .line 54
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        23: iload 6 /* i */
            aload 2 /* _events */
            arraylength
            if_icmplt 4
        end local 6 // int i
        24: .line 80
            aload 5 /* events */
            invokevirtual java.util.ArrayList.size:()I
            ifle 27
        25: .line 81
            aload 5 /* events */
            invokestatic java.util.EnumSet.copyOf:(Ljava/util/Collection;)Ljava/util/EnumSet;
            astore 6 /* eventSet */
        start local 6 // java.util.EnumSet eventSet
        26: .line 82
            goto 28
        end local 6 // java.util.EnumSet eventSet
        27: .line 83
      StackMap locals:
      StackMap stack:
            getstatic org.jruby.runtime.RubyEvent.ALL_EVENTS_ENUMSET:Ljava/util/EnumSet;
            astore 6 /* eventSet */
        start local 6 // java.util.EnumSet eventSet
        28: .line 86
      StackMap locals: java.util.EnumSet
      StackMap stack:
            aload 3 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifne 29
            aload 4 /* runtime */
            ldc "must be called with a block"
            invokevirtual org.jruby.Ruby.newArgumentError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
        29: .line 88
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.jruby.ext.tracepoint.TracePoint$2
            dup
            aload 0 /* this */
            aload 3 /* block */
            aload 6 /* eventSet */
            invokespecial org.jruby.ext.tracepoint.TracePoint$2.<init>:(Lorg/jruby/ext/tracepoint/TracePoint;Lorg/jruby/runtime/Block;Ljava/util/EnumSet;)V
            putfield org.jruby.ext.tracepoint.TracePoint.hook:Lorg/jruby/runtime/EventHook;
        30: .line 137
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 6 // java.util.EnumSet eventSet
        end local 5 // java.util.ArrayList events
        end local 4 // org.jruby.Ruby runtime
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] _events
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   31     0       this  Lorg/jruby/ext/tracepoint/TracePoint;
            0   31     1    context  Lorg/jruby/runtime/ThreadContext;
            0   31     2    _events  [Lorg/jruby/runtime/builtin/IRubyObject;
            0   31     3      block  Lorg/jruby/runtime/Block;
            1   31     4    runtime  Lorg/jruby/Ruby;
            2   31     5     events  Ljava/util/ArrayList<Lorg/jruby/runtime/RubyEvent;>;
            3   24     6          i  I
            5   22     7     _event  Lorg/jruby/RubySymbol;
            6   22     8  eventName  Ljava/lang/String;
            7   22     9      event  Lorg/jruby/runtime/RubyEvent;
           26   27     6   eventSet  Ljava/util/EnumSet<Lorg/jruby/runtime/RubyEvent;>;
           28   31     6   eventSet  Ljava/util/EnumSet<Lorg/jruby/runtime/RubyEvent;>;
      Exception table:
        from    to  target  type
           7     8       9  Class java.lang.IllegalArgumentException
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(rest = true, visibility = org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;)
    MethodParameters:
         Name  Flags
      context  
      _events  
      block    final

  public org.jruby.runtime.builtin.IRubyObject binding(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 142
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 144
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.binding:Lorg/jruby/runtime/builtin/IRubyObject;
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.binding:Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject defined_class(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 149
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 151
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.type:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject disable(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 156
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            iconst_0
            invokevirtual org.jruby.ext.tracepoint.TracePoint.doToggle:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject enable(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
         0: .line 161
            aload 0 /* this */
            aload 1 /* context */
            aload 2 /* block */
            iconst_1
            invokevirtual org.jruby.ext.tracepoint.TracePoint.doToggle:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Z)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
            0    1     2    block  Lorg/jruby/runtime/Block;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  
      block    

  public org.jruby.runtime.builtin.IRubyObject enabled_p(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 166
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
            invokestatic org.jruby.RubyBoolean.newBoolean:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    1     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"enabled?"})
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject event(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 171
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 173
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.eventName:Ljava/lang/String;
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.eventName:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject inspect(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 178
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.inside:Z
            ifeq 2
         1: .line 180
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "#<TracePoint:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.eventName:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
         2: .line 183
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            new java.lang.StringBuilder
            dup
            ldc "#<TracePoint:"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
            ifeq 3
            ldc "enabled"
            goto 4
      StackMap locals: org.jruby.ext.tracepoint.TracePoint org.jruby.runtime.ThreadContext
      StackMap stack: org.jruby.Ruby java.lang.StringBuilder
         3: ldc "disabled"
      StackMap locals: org.jruby.ext.tracepoint.TracePoint org.jruby.runtime.ThreadContext
      StackMap stack: org.jruby.Ruby java.lang.StringBuilder java.lang.String
         4: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ">"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    5     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject lineno(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 188
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 190
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.line:I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject method_id(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 195
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 197
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject callee_id(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 202
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 206
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newSymbol:(Ljava/lang/String;)Lorg/jruby/RubySymbol;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject path(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 211
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 213
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.file:Ljava/lang/String;
            ifnonnull 2
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 3
      StackMap locals:
      StackMap stack:
         2: aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.file:Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    4     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject raised_exception(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 218
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 220
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.exception:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject return_value(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 225
            aload 0 /* this */
            aload 1 /* context */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.checkInside:(Lorg/jruby/runtime/ThreadContext;)V
         1: .line 228
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.returnValue:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public org.jruby.runtime.builtin.IRubyObject self(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 233
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.binding:Lorg/jruby/runtime/builtin/IRubyObject;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.isNil:()Z
            ifeq 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            goto 2
      StackMap locals:
      StackMap stack:
         1: aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.binding:Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyBinding
            invokevirtual org.jruby.RubyBinding.getBinding:()Lorg/jruby/runtime/Binding;
            invokevirtual org.jruby.runtime.Binding.getSelf:()Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         2: areturn
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    3     1  context  Lorg/jruby/runtime/ThreadContext;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  

  public static org.jruby.runtime.builtin.IRubyObject trace(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] events
        start local 3 // org.jruby.runtime.Block block
         0: .line 238
            aload 1 /* self */
            aload 0 /* context */
            ldc "new"
            aload 2 /* events */
            aload 3 /* block */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.callMethod:(Lorg/jruby/runtime/ThreadContext;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.ext.tracepoint.TracePoint
            astore 4 /* tp */
        start local 4 // org.jruby.ext.tracepoint.TracePoint tp
         1: .line 239
            aload 4 /* tp */
            aload 0 /* context */
            getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
            invokevirtual org.jruby.ext.tracepoint.TracePoint.enable:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
            pop
         2: .line 240
            aload 4 /* tp */
            areturn
        end local 4 // org.jruby.ext.tracepoint.TracePoint tp
        end local 3 // org.jruby.runtime.Block block
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] events
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0  context  Lorg/jruby/runtime/ThreadContext;
            0    3     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     2   events  [Lorg/jruby/runtime/builtin/IRubyObject;
            0    3     3    block  Lorg/jruby/runtime/Block;
            1    3     4       tp  Lorg/jruby/ext/tracepoint/TracePoint;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(rest = true, meta = true)
    MethodParameters:
         Name  Flags
      context  
      self     
      events   
      block    

  private void update(java.lang.String, java.lang.String, int, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILjava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=9, args_size=9
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // java.lang.String eventName
        start local 2 // java.lang.String file
        start local 3 // int line
        start local 4 // java.lang.String name
        start local 5 // org.jruby.runtime.builtin.IRubyObject type
        start local 6 // org.jruby.runtime.builtin.IRubyObject exception
        start local 7 // org.jruby.runtime.builtin.IRubyObject returnValue
        start local 8 // org.jruby.runtime.builtin.IRubyObject binding
         0: .line 245
            aload 0 /* this */
            aload 1 /* eventName */
            putfield org.jruby.ext.tracepoint.TracePoint.eventName:Ljava/lang/String;
         1: .line 246
            aload 0 /* this */
            aload 2 /* file */
            putfield org.jruby.ext.tracepoint.TracePoint.file:Ljava/lang/String;
         2: .line 247
            aload 0 /* this */
            iload 3 /* line */
            putfield org.jruby.ext.tracepoint.TracePoint.line:I
         3: .line 248
            aload 0 /* this */
            aload 4 /* name */
            putfield org.jruby.ext.tracepoint.TracePoint.name:Ljava/lang/String;
         4: .line 249
            aload 0 /* this */
            aload 5 /* type */
            putfield org.jruby.ext.tracepoint.TracePoint.type:Lorg/jruby/runtime/builtin/IRubyObject;
         5: .line 250
            aload 0 /* this */
            aload 6 /* exception */
            putfield org.jruby.ext.tracepoint.TracePoint.exception:Lorg/jruby/runtime/builtin/IRubyObject;
         6: .line 251
            aload 0 /* this */
            aload 7 /* returnValue */
            putfield org.jruby.ext.tracepoint.TracePoint.returnValue:Lorg/jruby/runtime/builtin/IRubyObject;
         7: .line 252
            aload 0 /* this */
            aload 8 /* binding */
            putfield org.jruby.ext.tracepoint.TracePoint.binding:Lorg/jruby/runtime/builtin/IRubyObject;
         8: .line 253
            return
        end local 8 // org.jruby.runtime.builtin.IRubyObject binding
        end local 7 // org.jruby.runtime.builtin.IRubyObject returnValue
        end local 6 // org.jruby.runtime.builtin.IRubyObject exception
        end local 5 // org.jruby.runtime.builtin.IRubyObject type
        end local 4 // java.lang.String name
        end local 3 // int line
        end local 2 // java.lang.String file
        end local 1 // java.lang.String eventName
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    9     1    eventName  Ljava/lang/String;
            0    9     2         file  Ljava/lang/String;
            0    9     3         line  I
            0    9     4         name  Ljava/lang/String;
            0    9     5         type  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     6    exception  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     7  returnValue  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     8      binding  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
             Name  Flags
      eventName    
      file         
      line         
      name         
      type         
      exception    
      returnValue  
      binding      

  private synchronized org.jruby.runtime.builtin.IRubyObject doToggle(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Z)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0022) ACC_PRIVATE, ACC_SYNCHRONIZED
    Code:
      stack=3, locals=7, args_size=4
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // org.jruby.runtime.Block block
        start local 3 // boolean toggle
         0: .line 256
            aload 2 /* block */
            invokevirtual org.jruby.runtime.Block.isGiven:()Z
            ifeq 9
         1: .line 257
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
            istore 4 /* old */
        start local 4 // boolean old
         2: .line 259
            aload 0 /* this */
            aload 1 /* context */
            iload 3 /* toggle */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.updateEnabled:(Lorg/jruby/runtime/ThreadContext;Z)V
         3: .line 261
            aload 2 /* block */
            aload 1 /* context */
            invokevirtual org.jruby.runtime.Block.yieldSpecific:(Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/builtin/IRubyObject;
            astore 6
         4: .line 263
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* old */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.updateEnabled:(Lorg/jruby/runtime/ThreadContext;Z)V
         5: .line 261
            aload 6
            areturn
         6: .line 262
      StackMap locals: org.jruby.ext.tracepoint.TracePoint org.jruby.runtime.ThreadContext org.jruby.runtime.Block int int
      StackMap stack: java.lang.Throwable
            astore 5
         7: .line 263
            aload 0 /* this */
            aload 1 /* context */
            iload 4 /* old */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.updateEnabled:(Lorg/jruby/runtime/ThreadContext;Z)V
         8: .line 264
            aload 5
            athrow
        end local 4 // boolean old
         9: .line 267
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
            invokestatic org.jruby.RubyBoolean.newBoolean:(Lorg/jruby/runtime/ThreadContext;Z)Lorg/jruby/RubyBoolean;
            astore 4 /* old */
        start local 4 // org.jruby.runtime.builtin.IRubyObject old
        10: .line 268
            aload 0 /* this */
            aload 1 /* context */
            iload 3 /* toggle */
            invokevirtual org.jruby.ext.tracepoint.TracePoint.updateEnabled:(Lorg/jruby/runtime/ThreadContext;Z)V
        11: .line 270
            aload 4 /* old */
            areturn
        end local 4 // org.jruby.runtime.builtin.IRubyObject old
        end local 3 // boolean toggle
        end local 2 // org.jruby.runtime.Block block
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0   12     1  context  Lorg/jruby/runtime/ThreadContext;
            0   12     2    block  Lorg/jruby/runtime/Block;
            0   12     3   toggle  Z
            2    9     4      old  Z
           10   12     4      old  Lorg/jruby/runtime/builtin/IRubyObject;
      Exception table:
        from    to  target  type
           2     4       6  any
    MethodParameters:
         Name  Flags
      context  
      block    
      toggle   

  public void updateEnabled(org.jruby.runtime.ThreadContext, boolean);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
        start local 2 // boolean toggle
         0: .line 274
            iload 2 /* toggle */
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
            if_icmpne 1
            return
         1: .line 276
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* toggle */
            putfield org.jruby.ext.tracepoint.TracePoint.enabled:Z
         2: .line 278
            iload 2 /* toggle */
            ifeq 5
         3: .line 279
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.hook:Lorg/jruby/runtime/EventHook;
            invokevirtual org.jruby.Ruby.addEventHook:(Lorg/jruby/runtime/EventHook;)V
         4: .line 280
            goto 6
         5: .line 281
      StackMap locals:
      StackMap stack:
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.hook:Lorg/jruby/runtime/EventHook;
            invokevirtual org.jruby.Ruby.removeEventHook:(Lorg/jruby/runtime/EventHook;)V
         6: .line 283
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean toggle
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    7     1  context  Lorg/jruby/runtime/ThreadContext;
            0    7     2   toggle  Z
    MethodParameters:
         Name  Flags
      context  
      toggle   

  private void checkInside(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ext.tracepoint.TracePoint this
        start local 1 // org.jruby.runtime.ThreadContext context
         0: .line 286
            aload 0 /* this */
            getfield org.jruby.ext.tracepoint.TracePoint.inside:Z
            ifne 1
            aload 1 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            ldc "access from outside"
            invokevirtual org.jruby.Ruby.newRuntimeError:(Ljava/lang/String;)Lorg/jruby/exceptions/RaiseException;
            athrow
         1: .line 287
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.jruby.runtime.ThreadContext context
        end local 0 // org.jruby.ext.tracepoint.TracePoint this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ext/tracepoint/TracePoint;
            0    2     1  context  Lorg/jruby/runtime/ThreadContext;
    Exceptions:
      throws org.jruby.exceptions.RaiseException
    MethodParameters:
         Name  Flags
      context  

  private static org.jruby.runtime.JavaSites$TracePointSites sites(org.jruby.runtime.ThreadContext);
    descriptor: (Lorg/jruby/runtime/ThreadContext;)Lorg/jruby/runtime/JavaSites$TracePointSites;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.ThreadContext context
         0: .line 290
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.sites:Lorg/jruby/runtime/JavaSites;
            getfield org.jruby.runtime.JavaSites.TracePoint:Lorg/jruby/runtime/JavaSites$TracePointSites;
            areturn
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
    MethodParameters:
         Name  Flags
      context  
}
SourceFile: "TracePoint.java"
NestMembers:
  org.jruby.ext.tracepoint.TracePoint$1  org.jruby.ext.tracepoint.TracePoint$2
InnerClasses:
  org.jruby.ext.tracepoint.TracePoint$1
  org.jruby.ext.tracepoint.TracePoint$2
  public CheckedSites = org.jruby.runtime.JavaSites$CheckedSites of org.jruby.runtime.JavaSites
  public TracePointSites = org.jruby.runtime.JavaSites$TracePointSites of org.jruby.runtime.JavaSites