class org.jruby.runtime.profile.builtin.InvocationSet
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.jruby.runtime.profile.builtin.InvocationSet
  super_class: java.lang.Object
{
  final java.util.List<org.jruby.runtime.profile.builtin.Invocation> invocations;
    descriptor: Ljava/util/List;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/util/List<Lorg/jruby/runtime/profile/builtin/Invocation;>;

  void <init>(java.util.List<org.jruby.runtime.profile.builtin.Invocation>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
        start local 1 // java.util.List invocations
         0: .line 35
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 36
            aload 0 /* this */
            aload 1 /* invocations */
            putfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
         2: .line 37
            return
        end local 1 // java.util.List invocations
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            0    3     1  invocations  Ljava/util/List<Lorg/jruby/runtime/profile/builtin/Invocation;>;
    Signature: (Ljava/util/List<Lorg/jruby/runtime/profile/builtin/Invocation;>;)V
    MethodParameters:
             Name  Flags
      invocations  

  public long totalTime();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
         0: .line 40
            lconst_0
            lstore 1 /* t */
        start local 1 // long t
         1: .line 41
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.jruby.runtime.profile.builtin.InvocationSet 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 42
            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 41
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 44
            lload 1 /* t */
            lreturn
        end local 1 // long t
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            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.InvocationSet this
         0: .line 48
            aload 0 /* this */
            invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.totalTime:()J
            aload 0 /* this */
            invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.childTime:()J
            lsub
            lreturn
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/runtime/profile/builtin/InvocationSet;

  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.InvocationSet this
         0: .line 52
            lconst_0
            lstore 1 /* t */
        start local 1 // long t
         1: .line 53
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 4
      StackMap locals: org.jruby.runtime.profile.builtin.InvocationSet 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 54
            lload 1 /* t */
            aload 3 /* inv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.childTime:()J
            ladd
            lstore 1 /* t */
        end local 3 // org.jruby.runtime.profile.builtin.Invocation inv
         4: .line 53
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 56
            lload 1 /* t */
            lreturn
        end local 1 // long t
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            1    6     1     t  J
            3    4     3   inv  Lorg/jruby/runtime/profile/builtin/Invocation;

  public int totalCalls();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
         0: .line 60
            iconst_0
            istore 1 /* t */
        start local 1 // int t
         1: .line 61
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 4
      StackMap locals: org.jruby.runtime.profile.builtin.InvocationSet int top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.profile.builtin.Invocation
            astore 2 /* inv */
        start local 2 // org.jruby.runtime.profile.builtin.Invocation inv
         3: .line 62
            iload 1 /* t */
            aload 2 /* inv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getCount:()I
            iadd
            istore 1 /* t */
        end local 2 // org.jruby.runtime.profile.builtin.Invocation inv
         4: .line 61
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 64
            iload 1 /* t */
            ireturn
        end local 1 // int t
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            1    6     1     t  I
            3    4     2   inv  Lorg/jruby/runtime/profile/builtin/Invocation;

  public long timeSpentInChild(int);
    descriptor: (I)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
        start local 1 // int serial
         0: .line 68
            lconst_0
            lstore 2 /* t */
        start local 2 // long t
         1: .line 69
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 6
      StackMap locals: org.jruby.runtime.profile.builtin.InvocationSet int long top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast org.jruby.runtime.profile.builtin.Invocation
            astore 4 /* inv */
        start local 4 // org.jruby.runtime.profile.builtin.Invocation inv
         3: .line 70
            aload 4 /* inv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getChildren:()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
            astore 6 /* childInv */
        start local 6 // org.jruby.runtime.profile.builtin.Invocation childInv
         4: .line 71
            aload 6 /* childInv */
            ifnull 6
         5: .line 72
            lload 2 /* t */
            aload 6 /* childInv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getDuration:()J
            ladd
            lstore 2 /* t */
        end local 6 // org.jruby.runtime.profile.builtin.Invocation childInv
        end local 4 // org.jruby.runtime.profile.builtin.Invocation inv
         6: .line 69
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 75
            lload 2 /* t */
            lreturn
        end local 2 // long t
        end local 1 // int serial
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            0    8     1    serial  I
            1    8     2         t  J
            3    6     4       inv  Lorg/jruby/runtime/profile/builtin/Invocation;
            4    6     6  childInv  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
        Name  Flags
      serial  

  public int callsOfChild(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
        start local 1 // int serial
         0: .line 79
            iconst_0
            istore 2 /* c */
        start local 2 // int c
         1: .line 80
            aload 0 /* this */
            getfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 6
      StackMap locals: org.jruby.runtime.profile.builtin.InvocationSet int int 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 81
            aload 3 /* inv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getChildren:()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
            astore 5 /* childInv */
        start local 5 // org.jruby.runtime.profile.builtin.Invocation childInv
         4: .line 82
            aload 5 /* childInv */
            ifnull 6
         5: .line 83
            iload 2 /* c */
            aload 5 /* childInv */
            invokevirtual org.jruby.runtime.profile.builtin.Invocation.getCount:()I
            iadd
            istore 2 /* c */
        end local 5 // org.jruby.runtime.profile.builtin.Invocation childInv
        end local 3 // org.jruby.runtime.profile.builtin.Invocation inv
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         7: .line 86
            iload 2 /* c */
            ireturn
        end local 2 // int c
        end local 1 // int serial
        end local 0 // org.jruby.runtime.profile.builtin.InvocationSet this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lorg/jruby/runtime/profile/builtin/InvocationSet;
            0    8     1    serial  I
            1    8     2         c  I
            3    6     3       inv  Lorg/jruby/runtime/profile/builtin/Invocation;
            4    6     5  childInv  Lorg/jruby/runtime/profile/builtin/Invocation;
    MethodParameters:
        Name  Flags
      serial  
}
SourceFile: "InvocationSet.java"