public class org.jruby.runtime.callsite.BitOrCallSite extends org.jruby.runtime.callsite.MonomorphicCallSite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.callsite.BitOrCallSite
super_class: org.jruby.runtime.callsite.MonomorphicCallSite
{
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.MonomorphicCallSite.<init>:(Ljava/lang/String;)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/BitOrCallSite;
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.BitOrCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
instanceof org.jruby.runtime.callsite.BitOrCallSite$FixnumEntry
ifeq 4
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 4
3: aload 3
checkcast org.jruby.RubyFixnum
aload 1
lload 4
invokevirtual org.jruby.RubyFixnum.op_or:(Lorg/jruby/runtime/ThreadContext;J)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
lload 4
invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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 5 0 this Lorg/jruby/runtime/callsite/BitOrCallSite;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 arg1 J
2 4 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.BitOrCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
astore 5
start local 5 2: aload 5
instanceof org.jruby.runtime.callsite.BitOrCallSite$FixnumEntry
ifeq 4
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 4
3: aload 3
checkcast org.jruby.RubyFixnum
aload 1
aload 4
invokevirtual org.jruby.RubyFixnum.op_or:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 5 4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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 5 0 this Lorg/jruby/runtime/callsite/BitOrCallSite;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
2 4 5 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.BitOrCallSite$FixnumEntry
dup
aload 1
invokespecial org.jruby.runtime.callsite.BitOrCallSite$FixnumEntry.<init>:(Lorg/jruby/runtime/callsite/CacheEntry;)V
dup_x1
putfield org.jruby.runtime.callsite.BitOrCallSite.cache:Lorg/jruby/runtime/callsite/CacheEntry;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
dup_x1
putfield org.jruby.runtime.callsite.BitOrCallSite.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/BitOrCallSite;
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.BitOrCallSite.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.BitOrCallSite$FixnumEntry
ireturn
end local 2 3: StackMap locals:
StackMap stack:
aload 0
aload 1
invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.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/BitOrCallSite;
0 4 1 self Lorg/jruby/runtime/builtin/IRubyObject;
2 3 2 cache Lorg/jruby/runtime/callsite/CacheEntry;
MethodParameters:
Name Flags
self final
}
SourceFile: "BitOrCallSite.java"
NestMembers:
org.jruby.runtime.callsite.BitOrCallSite$FixnumEntry
InnerClasses:
private FixnumEntry = org.jruby.runtime.callsite.BitOrCallSite$FixnumEntry of org.jruby.runtime.callsite.BitOrCallSite