public class org.jruby.runtime.callsite.RefinedCachingCallSite extends org.jruby.runtime.callsite.CachingCallSite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.callsite.RefinedCachingCallSite
super_class: org.jruby.runtime.callsite.CachingCallSite
{
private final org.jruby.parser.StaticScope scope;
descriptor: Lorg/jruby/parser/StaticScope;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(java.lang.String, org.jruby.parser.StaticScope, org.jruby.runtime.CallType);
descriptor: (Ljava/lang/String;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/CallType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 3
invokespecial org.jruby.runtime.callsite.CachingCallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
1: aload 0
aload 2
putfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
2: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 3 1 methodName Ljava/lang/String;
0 3 2 scope Lorg/jruby/parser/StaticScope;
0 3 3 callType Lorg/jruby/runtime/CallType;
MethodParameters:
Name Flags
methodName
scope
callType
public void <init>(java.lang.String, org.jruby.ir.IRScope, org.jruby.runtime.CallType);
descriptor: (Ljava/lang/String;Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
aload 3
invokespecial org.jruby.runtime.callsite.RefinedCachingCallSite.<init>:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/CallType;)V
1: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 2 1 methodName Ljava/lang/String;
0 2 2 scope Lorg/jruby/ir/IRScope;
0 2 3 callType Lorg/jruby/runtime/CallType;
MethodParameters:
Name Flags
methodName
scope
callType
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: (0x0081) ACC_PUBLIC, ACC_VARARGS
Code:
stack=6, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 5
start local 5 1: aload 5
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 7
start local 7 3: aload 0
aload 7
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 5
aload 7
aload 4
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 7
aload 1
aload 3
aload 6
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
1 6 5 selfType Lorg/jruby/RubyClass;
2 6 6 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 7 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
args
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[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 6
start local 6 1: aload 6
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 7
start local 7 2: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 3: aload 0
aload 8
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 6
aload 8
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 8
aload 1
aload 3
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 block Lorg/jruby/runtime/Block;
1 6 6 selfType Lorg/jruby/RubyClass;
2 6 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
args
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, 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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=7, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 4
start local 4 1: aload 4
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 5
start local 5 2: aload 5
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 6
start local 6 3: aload 0
aload 6
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 4
aload 6
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 6
aload 1
aload 3
aload 5
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
1 6 4 selfType Lorg/jruby/RubyClass;
2 6 5 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 6 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 5
start local 5 1: aload 5
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 7
start local 7 3: aload 0
aload 7
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 5
aload 7
aload 4
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 7
aload 1
aload 3
aload 6
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 block Lorg/jruby/runtime/Block;
1 6 5 selfType Lorg/jruby/RubyClass;
2 6 6 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 7 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
block
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=6, locals=8, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 5
start local 5 1: aload 5
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 6
start local 6 2: aload 6
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 7
start local 7 3: aload 0
aload 7
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 5
aload 7
aload 4
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 7
aload 1
aload 3
aload 6
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
1 6 5 selfType Lorg/jruby/RubyClass;
2 6 6 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 7 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
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, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 6
start local 6 1: aload 6
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 7
start local 7 2: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 3: aload 0
aload 8
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 6
aload 8
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 8
aload 1
aload 3
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 block Lorg/jruby/runtime/Block;
1 6 6 selfType Lorg/jruby/RubyClass;
2 6 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
block
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, 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;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 6
start local 6 1: aload 6
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 7
start local 7 2: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 3: aload 0
aload 8
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 6
aload 8
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 8
aload 1
aload 3
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
1 6 6 selfType Lorg/jruby/RubyClass;
2 6 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
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, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
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;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=10, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 7
start local 7 1: aload 7
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 8
start local 8 2: aload 8
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 9
start local 9 3: aload 0
aload 9
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 7
aload 9
aload 4
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 9
aload 1
aload 3
aload 8
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
aload 6
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 block Lorg/jruby/runtime/Block;
1 6 7 selfType Lorg/jruby/RubyClass;
2 6 8 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 9 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
arg1
block
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, 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;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=10, args_size=7
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 7
start local 7 1: aload 7
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 8
start local 8 2: aload 8
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 9
start local 9 3: aload 0
aload 9
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 7
aload 9
aload 4
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 9
aload 1
aload 3
aload 8
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
aload 6
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
1 6 7 selfType Lorg/jruby/RubyClass;
2 6 8 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 9 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
arg1
arg2
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, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
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;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=11, args_size=8
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 0: aload 3
invokestatic org.jruby.runtime.callsite.RefinedCachingCallSite.getClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
astore 8
start local 8 1: aload 8
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.scope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.RubyClass.searchWithRefinements:(Ljava/lang/String;Lorg/jruby/parser/StaticScope;)Lorg/jruby/runtime/callsite/CacheEntry;
astore 9
start local 9 2: aload 9
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 10
start local 10 3: aload 0
aload 10
aload 2
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 5
4: aload 0
aload 1
aload 3
aload 8
aload 10
aload 4
aload 5
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.RefinedCachingCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals: org.jruby.RubyClass org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 10
aload 1
aload 3
aload 9
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
aload 4
aload 5
aload 6
aload 7
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 10 end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 7 block Lorg/jruby/runtime/Block;
1 6 8 selfType Lorg/jruby/RubyClass;
2 6 9 entry Lorg/jruby/runtime/callsite/CacheEntry;
3 6 10 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
caller
self
arg0
arg1
arg2
block
protected boolean methodMissing(org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isUndefined:()Z
ifne 2
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.methodName:Ljava/lang/String;
ldc "method_missing"
invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
ifne 1
aload 1
aload 2
aload 0
getfield org.jruby.runtime.callsite.RefinedCachingCallSite.callType:Lorg/jruby/runtime/CallType;
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.isCallableFrom:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/CallType;)Z
ifeq 2
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
StackMap locals:
StackMap stack:
2: iconst_1
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/RefinedCachingCallSite;
0 3 1 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 3 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
method
caller
}
SourceFile: "RefinedCachingCallSite.java"