class org.jruby.ir.interpreter.Profiler$1 implements java.util.Comparator<org.jruby.ir.interpreter.Profiler$IRCallSite>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ir.interpreter.Profiler$1
super_class: java.lang.Object
{
void <init>();
descriptor: ()V
flags: (0x0000)
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/Profiler$1;
public int compare(org.jruby.ir.interpreter.Profiler$IRCallSite, org.jruby.ir.interpreter.Profiler$IRCallSite);
descriptor: (Lorg/jruby/ir/interpreter/Profiler$IRCallSite;Lorg/jruby/ir/interpreter/Profiler$IRCallSite;)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
getfield org.jruby.ir.interpreter.Profiler$IRCallSite.count:J
aload 2
getfield org.jruby.ir.interpreter.Profiler$IRCallSite.count:J
lcmp
ifne 1
iconst_0
ireturn
1: StackMap locals:
StackMap stack:
aload 1
getfield org.jruby.ir.interpreter.Profiler$IRCallSite.count:J
aload 2
getfield org.jruby.ir.interpreter.Profiler$IRCallSite.count:J
lcmp
ifge 2
iconst_1
goto 3
StackMap locals:
StackMap stack:
2: iconst_m1
StackMap locals:
StackMap stack: int
3: ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/ir/interpreter/Profiler$1;
0 4 1 a Lorg/jruby/ir/interpreter/Profiler$IRCallSite;
0 4 2 b Lorg/jruby/ir/interpreter/Profiler$IRCallSite;
MethodParameters:
Name Flags
a
b
public int compare(java.lang.Object, java.lang.Object);
descriptor: (Ljava/lang/Object;Ljava/lang/Object;)I
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast org.jruby.ir.interpreter.Profiler$IRCallSite
aload 2
checkcast org.jruby.ir.interpreter.Profiler$IRCallSite
invokevirtual org.jruby.ir.interpreter.Profiler$1.compare:(Lorg/jruby/ir/interpreter/Profiler$IRCallSite;Lorg/jruby/ir/interpreter/Profiler$IRCallSite;)I
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Comparator<Lorg/jruby/ir/interpreter/Profiler$IRCallSite;>;
SourceFile: "Profiler.java"
EnclosingMethod: org.jruby.ir.interpreter.Profiler.analyzeProfile:()V
NestHost: org.jruby.ir.interpreter.Profiler
InnerClasses:
org.jruby.ir.interpreter.Profiler$1
private IRCallSite = org.jruby.ir.interpreter.Profiler$IRCallSite of org.jruby.ir.interpreter.Profiler