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 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield org.jruby.runtime.profile.builtin.InvocationSet.invocations:Ljava/util/List;
2: return
end local 1 end local 0 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 0: lconst_0
lstore 1
start local 1 1: aload 0
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
start local 3 3: lload 1
aload 3
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getDuration:()J
ladd
lstore 1
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: lload 1
lreturn
end local 1 end local 0 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 0: aload 0
invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.totalTime:()J
aload 0
invokevirtual org.jruby.runtime.profile.builtin.InvocationSet.childTime:()J
lsub
lreturn
end local 0 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 0: lconst_0
lstore 1
start local 1 1: aload 0
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
start local 3 3: lload 1
aload 3
invokevirtual org.jruby.runtime.profile.builtin.Invocation.childTime:()J
ladd
lstore 1
end local 3 4: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: lload 1
lreturn
end local 1 end local 0 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 0: iconst_0
istore 1
start local 1 1: aload 0
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
start local 2 3: iload 1
aload 2
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getCount:()I
iadd
istore 1
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
5: iload 1
ireturn
end local 1 end local 0 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 start local 1 0: lconst_0
lstore 2
start local 2 1: aload 0
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
start local 4 3: aload 4
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getChildren:()Lorg/jruby/util/collections/IntHashMap;
iload 1
invokevirtual org.jruby.util.collections.IntHashMap.get:(I)Ljava/lang/Object;
checkcast org.jruby.runtime.profile.builtin.Invocation
astore 6
start local 6 4: aload 6
ifnull 6
5: lload 2
aload 6
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getDuration:()J
ladd
lstore 2
end local 6 end local 4 6: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: lload 2
lreturn
end local 2 end local 1 end local 0 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 start local 1 0: iconst_0
istore 2
start local 2 1: aload 0
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
start local 3 3: aload 3
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getChildren:()Lorg/jruby/util/collections/IntHashMap;
iload 1
invokevirtual org.jruby.util.collections.IntHashMap.get:(I)Ljava/lang/Object;
checkcast org.jruby.runtime.profile.builtin.Invocation
astore 5
start local 5 4: aload 5
ifnull 6
5: iload 2
aload 5
invokevirtual org.jruby.runtime.profile.builtin.Invocation.getCount:()I
iadd
istore 2
end local 5 end local 3 6: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 2
7: iload 2
ireturn
end local 2 end local 1 end local 0 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"