public class org.jruby.runtime.profile.builtin.Invocation
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.runtime.profile.builtin.Invocation
  super_class: java.lang.Object
{
  private final int methodSerialNumber;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private org.jruby.runtime.profile.builtin.Invocation parent;
    descriptor: Lorg/jruby/runtime/profile/builtin/Invocation;
    flags: (0x0002) ACC_PRIVATE

  private final org.jruby.util.collections.IntHashMap<org.jruby.runtime.profile.builtin.Invocation> children;
    descriptor: Lorg/jruby/util/collections/IntHashMap;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/jruby/util/collections/IntHashMap<Lorg/jruby/runtime/profile/builtin/Invocation;>;

  private long duration;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

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

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // int serial
         0: .line 42
            aload 0 /* this */
            aconst_null
            iload 1 /* serial */
            invokespecial org.jruby.runtime.profile.builtin.Invocation.<init>:(Lorg/jruby/runtime/profile/builtin/Invocation;I)V
         1: .line 43
            return
        end local 1 // int serial
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1  serial  I
    MethodParameters:
        Name  Flags
      serial  

  public void <init>(org.jruby.runtime.profile.builtin.Invocation, int);
    descriptor: (Lorg/jruby/runtime/profile/builtin/Invocation;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // org.jruby.runtime.profile.builtin.Invocation parent
        start local 2 // int serial
         0: .line 45
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            lconst_0
            putfield org.jruby.runtime.profile.builtin.Invocation.duration:J
         2: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.profile.builtin.Invocation.count:I
         3: .line 46
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
         4: .line 47
            aload 0 /* this */
            iload 2 /* serial */
            putfield org.jruby.runtime.profile.builtin.Invocation.methodSerialNumber:I
         5: .line 48
            aload 0 /* this */
            new org.jruby.util.collections.IntHashMap
            dup
            invokespecial org.jruby.util.collections.IntHashMap.<init>:()V
            putfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
         6: .line 49
            return
        end local 2 // int serial
        end local 1 // org.jruby.runtime.profile.builtin.Invocation parent
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    7     1  parent  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    7     2  serial  I
    MethodParameters:
        Name  Flags
      parent  
      serial  

  public void <init>(org.jruby.runtime.profile.builtin.Invocation, int, org.jruby.util.collections.IntHashMap<org.jruby.runtime.profile.builtin.Invocation>);
    descriptor: (Lorg/jruby/runtime/profile/builtin/Invocation;ILorg/jruby/util/collections/IntHashMap;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // org.jruby.runtime.profile.builtin.Invocation parent
        start local 2 // int serial
        start local 3 // org.jruby.util.collections.IntHashMap children
         0: .line 51
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 38
            aload 0 /* this */
            lconst_0
            putfield org.jruby.runtime.profile.builtin.Invocation.duration:J
         2: .line 39
            aload 0 /* this */
            iconst_0
            putfield org.jruby.runtime.profile.builtin.Invocation.count:I
         3: .line 52
            aload 0 /* this */
            aload 1 /* parent */
            putfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
         4: .line 53
            aload 0 /* this */
            iload 2 /* serial */
            putfield org.jruby.runtime.profile.builtin.Invocation.methodSerialNumber:I
         5: .line 54
            aload 0 /* this */
            aload 3 /* children */
            putfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
         6: .line 55
            return
        end local 3 // org.jruby.util.collections.IntHashMap children
        end local 2 // int serial
        end local 1 // org.jruby.runtime.profile.builtin.Invocation parent
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    7     1    parent  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    7     2    serial  I
            0    7     3  children  Lorg/jruby/util/collections/IntHashMap<Lorg/jruby/runtime/profile/builtin/Invocation;>;
    Signature: (Lorg/jruby/runtime/profile/builtin/Invocation;ILorg/jruby/util/collections/IntHashMap<Lorg/jruby/runtime/profile/builtin/Invocation;>;)V
    MethodParameters:
          Name  Flags
      parent    
      serial    
      children  

  public int getMethodSerialNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 58
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.methodSerialNumber:I
            ireturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public int getRecursiveDepth();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 62
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.recursiveDepth:I
            ireturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public void setRecursiveDepth(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // int d
         0: .line 66
            aload 0 /* this */
            iload 1 /* d */
            putfield org.jruby.runtime.profile.builtin.Invocation.recursiveDepth:I
         1: .line 67
            return
        end local 1 // int d
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1     d  I
    MethodParameters:
      Name  Flags
      d     

  public org.jruby.runtime.profile.builtin.Invocation getParent();
    descriptor: ()Lorg/jruby/runtime/profile/builtin/Invocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 70
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
            areturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public void setParent(org.jruby.runtime.profile.builtin.Invocation);
    descriptor: (Lorg/jruby/runtime/profile/builtin/Invocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // org.jruby.runtime.profile.builtin.Invocation p
         0: .line 74
            aload 0 /* this */
            aload 1 /* p */
            putfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
         1: .line 75
            return
        end local 1 // org.jruby.runtime.profile.builtin.Invocation p
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1     p  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
      Name  Flags
      p     

  public org.jruby.util.collections.IntHashMap<org.jruby.runtime.profile.builtin.Invocation> getChildren();
    descriptor: ()Lorg/jruby/util/collections/IntHashMap;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 78
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            areturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
    Signature: ()Lorg/jruby/util/collections/IntHashMap<Lorg/jruby/runtime/profile/builtin/Invocation;>;

  public long getDuration();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 82
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.duration:J
            lreturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public void setDuration(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // long d
         0: .line 86
            aload 0 /* this */
            lload 1 /* d */
            putfield org.jruby.runtime.profile.builtin.Invocation.duration:J
         1: .line 87
            return
        end local 1 // long d
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1     d  J
    MethodParameters:
      Name  Flags
      d     

  public void addDuration(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // long d
         0: .line 90
            aload 0 /* this */
            dup
            getfield org.jruby.runtime.profile.builtin.Invocation.duration:J
            lload 1 /* d */
            ladd
            putfield org.jruby.runtime.profile.builtin.Invocation.duration:J
         1: .line 91
            return
        end local 1 // long d
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1     d  J
    MethodParameters:
      Name  Flags
      d     

  public int getCount();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 94
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.count:I
            ireturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public void setCount(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // int c
         0: .line 98
            aload 0 /* this */
            iload 1 /* c */
            putfield org.jruby.runtime.profile.builtin.Invocation.count:I
         1: .line 99
            return
        end local 1 // int c
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1     c  I
    MethodParameters:
      Name  Flags
      c     

  public void incrementCount();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 102
            aload 0 /* this */
            dup
            getfield org.jruby.runtime.profile.builtin.Invocation.count:I
            iconst_1
            iadd
            putfield org.jruby.runtime.profile.builtin.Invocation.count:I
         1: .line 103
            return
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public org.jruby.runtime.profile.builtin.Invocation childInvocationFor(int);
    descriptor: (I)Lorg/jruby/runtime/profile/builtin/Invocation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // int serial
         0: .line 107
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            iload 1 /* serial */
            invokevirtual org.jruby.util.collections.IntHashMap.get:(I)Ljava/lang/Object;
            checkcast org.jruby.runtime.profile.builtin.Invocation
            dup
            astore 2 /* child */
        start local 2 // org.jruby.runtime.profile.builtin.Invocation child
         1: ifnonnull 4
         2: .line 108
            new org.jruby.runtime.profile.builtin.Invocation
            dup
            aload 0 /* this */
            iload 1 /* serial */
            invokespecial org.jruby.runtime.profile.builtin.Invocation.<init>:(Lorg/jruby/runtime/profile/builtin/Invocation;I)V
            astore 2 /* child */
         3: .line 109
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            iload 1 /* serial */
            aload 2 /* child */
            invokevirtual org.jruby.util.collections.IntHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 111
      StackMap locals: org.jruby.runtime.profile.builtin.Invocation
      StackMap stack:
            aload 2 /* child */
            areturn
        end local 2 // org.jruby.runtime.profile.builtin.Invocation child
        end local 1 // int serial
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    5     1  serial  I
            1    5     2   child  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
        Name  Flags
      serial  

  org.jruby.runtime.profile.builtin.Invocation copyWithNewSerialAndParent(int, org.jruby.runtime.profile.builtin.Invocation);
    descriptor: (ILorg/jruby/runtime/profile/builtin/Invocation;)Lorg/jruby/runtime/profile/builtin/Invocation;
    flags: (0x0000) 
    Code:
      stack=5, locals=6, args_size=3
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // int serial
        start local 2 // org.jruby.runtime.profile.builtin.Invocation newParent
         0: .line 115
            new org.jruby.runtime.profile.builtin.Invocation
            dup
            aload 2 /* newParent */
            iload 1 /* serial */
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            invokespecial org.jruby.runtime.profile.builtin.Invocation.<init>:(Lorg/jruby/runtime/profile/builtin/Invocation;ILorg/jruby/util/collections/IntHashMap;)V
            astore 3 /* newInv */
        start local 3 // org.jruby.runtime.profile.builtin.Invocation newInv
         1: .line 116
            aload 3 /* newInv */
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.duration:J
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.setDuration:(J)V
         2: .line 117
            aload 3 /* newInv */
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.count:I
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.setCount:(I)V
         3: .line 118
            aload 3 /* newInv */
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.recursiveDepth:I
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.setRecursiveDepth:(I)V
         4: .line 119
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            invokevirtual org.jruby.util.collections.IntHashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 5
            goto 7
      StackMap locals: org.jruby.runtime.profile.builtin.Invocation int org.jruby.runtime.profile.builtin.Invocation org.jruby.runtime.profile.builtin.Invocation top java.util.Iterator
      StackMap stack:
         5: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.profile.builtin.Invocation
            astore 4 /* child */
        start local 4 // org.jruby.runtime.profile.builtin.Invocation child
         6: .line 120
            aload 4 /* child */
            aload 3 /* newInv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.setParent:(Lorg/jruby/runtime/profile/builtin/Invocation;)V
        end local 4 // org.jruby.runtime.profile.builtin.Invocation child
         7: .line 119
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 5
         8: .line 122
            aload 3 /* newInv */
            areturn
        end local 3 // org.jruby.runtime.profile.builtin.Invocation newInv
        end local 2 // org.jruby.runtime.profile.builtin.Invocation newParent
        end local 1 // int serial
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    9     1     serial  I
            0    9     2  newParent  Lorg/jruby/runtime/profile/builtin/Invocation;
            1    9     3     newInv  Lorg/jruby/runtime/profile/builtin/Invocation;
            6    7     4      child  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
           Name  Flags
      serial     
      newParent  

  public void addChild(org.jruby.runtime.profile.builtin.Invocation);
    descriptor: (Lorg/jruby/runtime/profile/builtin/Invocation;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
        start local 1 // org.jruby.runtime.profile.builtin.Invocation child
         0: .line 126
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            aload 1 /* child */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getMethodSerialNumber:()I
            aload 1 /* child */
            invokevirtual org.jruby.util.collections.IntHashMap.put:(ILjava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 127
            return
        end local 1 // org.jruby.runtime.profile.builtin.Invocation child
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/jruby/runtime/profile/builtin/Invocation;
            0    2     1  child  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
       Name  Flags
      child  

  public long childTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 130
            lconst_0
            lstore 1 /* t */
        start local 1 // long t
         1: .line 131
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            invokevirtual org.jruby.util.collections.IntHashMap.values:()Ljava/util/Collection;
            invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.jruby.runtime.profile.builtin.Invocation long top java.util.Iterator
      StackMap stack:
         2: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.profile.builtin.Invocation
            astore 3 /* inv */
        start local 3 // org.jruby.runtime.profile.builtin.Invocation inv
         3: .line 132
            lload 1 /* t */
            aload 3 /* inv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getDuration:()J
            ladd
            lstore 1 /* t */
        end local 3 // org.jruby.runtime.profile.builtin.Invocation inv
         4: .line 131
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 134
            lload 1 /* t */
            lreturn
        end local 1 // long t
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
            1    6     1     t  J
            3    4     3   inv  Lorg/jruby/runtime/profile/builtin/Invocation;

  public long selfTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 138
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.duration:J
            aload 0 /* this */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.childTime:()J
            lsub
            lreturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.Invocation this
         0: .line 143
            new java.lang.StringBuilder
            dup
            ldc "Invocation(#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.methodSerialNumber:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " count="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.count:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc " duration="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.duration:J
            invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
         1: .line 144
            ldc " parent="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
            ifnonnull 2
            aconst_null
            goto 3
      StackMap locals:
      StackMap stack: java.lang.StringBuilder
         2: new java.lang.StringBuilder
            dup
            ldc "#"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.parent:Lorg/jruby/runtime/profile/builtin/Invocation;
            getfield org.jruby.runtime.profile.builtin.Invocation.methodSerialNumber:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals: org.jruby.runtime.profile.builtin.Invocation
      StackMap stack: java.lang.StringBuilder java.lang.String
         3: invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         4: .line 145
            ldc " children.size="
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.Invocation.children:Lorg/jruby/util/collections/IntHashMap;
            invokevirtual org.jruby.util.collections.IntHashMap.size:()I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
         5: .line 143
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // org.jruby.runtime.profile.builtin.Invocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/runtime/profile/builtin/Invocation;
}
SourceFile: "Invocation.java"