public class org.jruby.runtime.callsite.PlusCallSite extends org.jruby.runtime.callsite.BimorphicCallSite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.callsite.PlusCallSite
super_class: org.jruby.runtime.callsite.BimorphicCallSite
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
ldc "+"
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.<init>:(Ljava/lang/String;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, long);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
instanceof org.jruby.RubyFixnum
ifeq 4
1: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
instanceof org.jruby.runtime.callsite.PlusCallSite$FixnumEntry
ifeq 8
aload 6
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
3: aload 3
checkcast org.jruby.RubyFixnum
aload 1
lload 4
invokevirtual org.jruby.RubyFixnum.op_plus:(Lorg/jruby/runtime/ThreadContext;J)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 4: StackMap locals:
StackMap stack:
aload 3
instanceof org.jruby.RubyFloat
ifeq 8
5: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 6: aload 6
instanceof org.jruby.runtime.callsite.PlusCallSite$FloatEntry
ifeq 8
aload 6
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
7: aload 3
checkcast org.jruby.RubyFloat
aload 1
lload 4
l2d
invokevirtual org.jruby.RubyFloat.op_plus:(Lorg/jruby/runtime/ThreadContext;D)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 8: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
lload 4
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;J)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 9 1 context Lorg/jruby/runtime/ThreadContext;
0 9 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 9 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 9 4 arg1 J
2 4 6 cache Lorg/jruby/runtime/callsite/CacheEntry;
6 8 6 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
context
caller
self
arg1
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
instanceof org.jruby.RubyFixnum
ifeq 4
1: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 5
start local 5 2: aload 5
instanceof org.jruby.runtime.callsite.PlusCallSite$FixnumEntry
ifeq 8
aload 5
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
3: aload 3
checkcast org.jruby.RubyFixnum
aload 1
aload 4
invokevirtual org.jruby.RubyFixnum.op_plus:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 5 4: StackMap locals:
StackMap stack:
aload 3
instanceof org.jruby.RubyFloat
ifeq 8
5: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 5
start local 5 6: aload 5
instanceof org.jruby.runtime.callsite.PlusCallSite$FloatEntry
ifeq 8
aload 5
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
7: aload 3
checkcast org.jruby.RubyFloat
aload 1
aload 4
invokevirtual org.jruby.RubyFloat.op_plus:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 5 8: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 9 1 context Lorg/jruby/runtime/ThreadContext;
0 9 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 9 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 9 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
2 4 5 cache Lorg/jruby/runtime/callsite/CacheEntry;
6 8 5 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
context
caller
self
arg1
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, double);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
instanceof org.jruby.RubyFixnum
ifeq 4
1: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
instanceof org.jruby.runtime.callsite.PlusCallSite$FixnumEntry
ifeq 8
aload 6
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
3: aload 3
checkcast org.jruby.RubyFixnum
aload 1
dload 4
invokevirtual org.jruby.RubyFixnum.op_plus:(Lorg/jruby/runtime/ThreadContext;D)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 4: StackMap locals:
StackMap stack:
aload 3
instanceof org.jruby.RubyFloat
ifeq 8
5: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 6: aload 6
instanceof org.jruby.runtime.callsite.PlusCallSite$FloatEntry
ifeq 8
aload 6
aload 3
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 8
7: aload 3
checkcast org.jruby.RubyFloat
aload 1
dload 4
invokevirtual org.jruby.RubyFloat.op_plus:(Lorg/jruby/runtime/ThreadContext;D)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 8: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
dload 4
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;D)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 9 1 context Lorg/jruby/runtime/ThreadContext;
0 9 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 9 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 9 4 arg1 D
2 4 6 cache Lorg/jruby/runtime/callsite/CacheEntry;
6 8 6 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
context
caller
self
arg1
protected org.jruby.runtime.callsite.CacheEntry setCache(org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof org.jruby.RubyFixnum
ifeq 2
aload 1
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
ifeq 2
1: aload 0
new org.jruby.runtime.callsite.PlusCallSite$FixnumEntry
dup
aload 1
invokespecial org.jruby.runtime.callsite.PlusCallSite$FixnumEntry.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;)V
dup_x1
putfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
dup_x1
putfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 3 1 entry Lorg/jruby/runtime/callsite/CacheEntry;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
entry final
self final
protected org.jruby.runtime.callsite.CacheEntry setSecondaryCache(org.jruby.runtime.callsite.CacheEntry, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/callsite/CacheEntry;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/callsite/CacheEntry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=4, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof org.jruby.RubyFloat
ifeq 2
aload 1
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isBuiltin:()Z
ifeq 2
1: aload 0
new org.jruby.runtime.callsite.PlusCallSite$FloatEntry
dup
aload 1
invokespecial org.jruby.runtime.callsite.PlusCallSite$FloatEntry.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;)V
dup_x1
putfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
dup_x1
putfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 3 1 entry Lorg/jruby/runtime/callsite/CacheEntry;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
entry final
self final
public boolean isBuiltin(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.jruby.RubyFixnum
ifeq 3
1: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 2
start local 2 2: aload 2
aload 1
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 3
aload 2
instanceof org.jruby.runtime.callsite.PlusCallSite$FixnumEntry
ireturn
end local 2 3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.isBuiltin:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 4 1 self Lorg/jruby/runtime/builtin/IRubyObject;
2 3 2 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
self final
public boolean isSecondaryBuiltin(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 1
instanceof org.jruby.RubyFloat
ifeq 3
1: aload 0
getfield org.jruby.runtime.callsite.PlusCallSite.secondaryCache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 2
start local 2 2: aload 2
aload 1
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
invokevirtual org.jruby.runtime.callsite.CacheEntry.typeOk:(Lorg/jruby/RubyClass;)Z
ifeq 3
aload 2
instanceof org.jruby.runtime.callsite.PlusCallSite$FloatEntry
ireturn
end local 2 3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial org.jruby.runtime.callsite.BimorphicCallSite.isSecondaryBuiltin:(Lorg/jruby/runtime/builtin/IRubyObject;)Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/runtime/callsite/PlusCallSite;
0 4 1 self Lorg/jruby/runtime/builtin/IRubyObject;
2 3 2 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
self final
}
SourceFile: "PlusCallSite.java"
NestMembers:
org.jruby.runtime.callsite.PlusCallSite$FixnumEntry org.jruby.runtime.callsite.PlusCallSite$FloatEntry
InnerClasses:
private FixnumEntry = org.jruby.runtime.callsite.PlusCallSite$FixnumEntry of org.jruby.runtime.callsite.PlusCallSite
private FloatEntry = org.jruby.runtime.callsite.PlusCallSite$FloatEntry of org.jruby.runtime.callsite.PlusCallSite