public class org.jruby.runtime.callsite.SuperCallSite extends org.jruby.runtime.CallSite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.callsite.SuperCallSite
super_class: org.jruby.runtime.CallSite
{
protected volatile org.jruby.runtime.callsite.SuperCallSite$SuperTuple cache;
descriptor: Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
flags: (0x0044) ACC_PROTECTED, ACC_VOLATILE
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
ldc "super"
getstatic org.jruby.runtime.CallType.SUPER:Lorg/jruby/runtime/CallType;
invokespecial org.jruby.runtime.CallSite.<init>:(Ljava/lang/String;Lorg/jruby/runtime/CallType;)V
1: aload 0
getstatic org.jruby.runtime.callsite.SuperCallSite$SuperTuple.NULL_CACHE:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
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=7, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
lload 4
invokestatic org.jruby.RubyFixnum.newFixnum:(Lorg/jruby/Ruby;J)Lorg/jruby/RubyFixnum;
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 4 fixnum J
MethodParameters:
Name Flags
context
caller
self
fixnum
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=7, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
dload 4
invokestatic org.jruby.RubyFloat.newFloat:(Lorg/jruby/Ruby;D)Lorg/jruby/RubyFloat;
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 4 flote D
MethodParameters:
Name Flags
context
caller
self
flote
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=7, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 5
start local 5 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 6
start local 6 2: aload 1
aload 3
aload 5
aload 6
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 7
start local 7 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 8
start local 8 4: aload 7
ifnull 6
aload 8
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 8
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 7
aload 4
aload 1
aload 3
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
1 7 5 klazz Lorg/jruby/RubyModule;
2 7 6 name Ljava/lang/String;
3 7 7 selfType Lorg/jruby/RubyClass;
4 7 8 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
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=8, locals=10, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 6
start local 6 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 7
start local 7 2: aload 1
aload 3
aload 6
aload 7
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 8
start local 8 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 9
start local 9 4: aload 8
ifnull 6
aload 9
aload 7
aload 8
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 9
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 7
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject[] org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 8
aload 5
aload 4
aload 1
aload 3
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 block Lorg/jruby/runtime/Block;
1 7 6 klazz Lorg/jruby/RubyModule;
2 7 7 name Ljava/lang/String;
3 7 8 selfType Lorg/jruby/RubyClass;
4 7 9 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
args
block
public org.jruby.runtime.builtin.IRubyObject callIter(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=6, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(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;
astore 7
1: aload 5
invokevirtual org.jruby.runtime.Block.escape:()V
2: aload 7
areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
4: aload 5
invokevirtual org.jruby.runtime.Block.escape:()V
5: aload 6
athrow
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/SuperCallSite;
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;
Exception table:
from to target type
0 1 3 any
MethodParameters:
Name Flags
context
caller
self
args
block
public org.jruby.runtime.builtin.IRubyObject callVarargs(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=8, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 4
arraylength
tableswitch { // 0 - 3
0: 1
1: 2
2: 3
3: 4
default: 5
}
1: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
aload 4
iconst_2
aaload
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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 6 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
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;
MethodParameters:
Name Flags
context
caller
self
args
public org.jruby.runtime.builtin.IRubyObject callVarargs(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=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 4
arraylength
tableswitch { // 0 - 3
0: 1
1: 2
2: 3
3: 4
default: 5
}
1: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(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;
areturn
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
aload 4
iconst_2
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(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;
areturn
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/SuperCallSite;
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;
MethodParameters:
Name Flags
context
caller
self
args
block
public org.jruby.runtime.builtin.IRubyObject callVarargsIter(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=8, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 4
arraylength
tableswitch { // 0 - 3
0: 1
1: 2
2: 3
3: 4
default: 5
}
1: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
2: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
areturn
3: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_0
aaload
aload 4
iconst_1
aaload
aload 4
iconst_2
aaload
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
areturn
5: StackMap locals:
StackMap stack:
aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callIter:(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;
areturn
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/SuperCallSite;
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;
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=6, locals=8, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 4
start local 4 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 5
start local 5 2: aload 1
aload 3
aload 4
aload 5
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 6
start local 6 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 7
start local 7 4: aload 6
ifnull 6
aload 7
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 7
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
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;
areturn
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 6
aload 1
aload 3
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
1 7 4 klazz Lorg/jruby/RubyModule;
2 7 5 name Ljava/lang/String;
3 7 6 selfType Lorg/jruby/RubyClass;
4 7 7 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
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=7, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 5
start local 5 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 6
start local 6 2: aload 1
aload 3
aload 5
aload 6
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 7
start local 7 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 8
start local 8 4: aload 7
ifnull 6
aload 8
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 8
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 7
aload 4
aload 1
aload 3
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 block Lorg/jruby/runtime/Block;
1 7 5 klazz Lorg/jruby/RubyModule;
2 7 6 name Ljava/lang/String;
3 7 7 selfType Lorg/jruby/RubyClass;
4 7 8 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
block
public org.jruby.runtime.builtin.IRubyObject callIter(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=5, locals=7, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 6
1: aload 4
invokevirtual org.jruby.runtime.Block.escape:()V
2: aload 6
areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
4: aload 4
invokevirtual org.jruby.runtime.Block.escape:()V
5: aload 5
athrow
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/SuperCallSite;
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;
Exception table:
from to target type
0 1 3 any
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=7, locals=9, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 5
start local 5 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 6
start local 6 2: aload 1
aload 3
aload 5
aload 6
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 7
start local 7 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 8
start local 8 4: aload 7
ifnull 6
aload 8
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 8
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 7
aload 1
aload 3
aload 6
aload 4
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
1 7 5 klazz Lorg/jruby/RubyModule;
2 7 6 name Ljava/lang/String;
3 7 7 selfType Lorg/jruby/RubyClass;
4 7 8 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
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, 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=8, locals=10, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 6
start local 6 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 7
start local 7 2: aload 1
aload 3
aload 6
aload 7
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 8
start local 8 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 9
start local 9 4: aload 8
ifnull 6
aload 9
aload 7
aload 8
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 9
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 7
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.Block org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 8
aload 5
aload 1
aload 3
aload 7
aload 4
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 block Lorg/jruby/runtime/Block;
1 7 6 klazz Lorg/jruby/RubyModule;
2 7 7 name Ljava/lang/String;
3 7 8 selfType Lorg/jruby/RubyClass;
4 7 9 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
arg1
block
public org.jruby.runtime.builtin.IRubyObject callIter(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=6, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.call:(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;
astore 7
1: aload 5
invokevirtual org.jruby.runtime.Block.escape:()V
2: aload 7
areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
4: aload 5
invokevirtual org.jruby.runtime.Block.escape:()V
5: aload 6
athrow
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/SuperCallSite;
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 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
0 1 3 any
MethodParameters:
Name Flags
context
caller
self
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);
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=8, locals=10, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 6
start local 6 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 7
start local 7 2: aload 1
aload 3
aload 6
aload 7
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 8
start local 8 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 9
start local 9 4: aload 8
ifnull 6
aload 9
aload 7
aload 8
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 9
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 7
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite 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.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 8
aload 1
aload 3
aload 7
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
1 7 6 klazz Lorg/jruby/RubyModule;
2 7 7 name Ljava/lang/String;
3 7 8 selfType Lorg/jruby/RubyClass;
4 7 9 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
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.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=9, locals=11, 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 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 7
start local 7 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 8
start local 8 2: aload 1
aload 3
aload 7
aload 8
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 9
start local 9 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 10
start local 10 4: aload 9
ifnull 6
aload 10
aload 8
aload 9
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 10
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 8
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite 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 org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 9
aload 6
aload 1
aload 3
aload 8
aload 4
aload 5
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 6 block Lorg/jruby/runtime/Block;
1 7 7 klazz Lorg/jruby/RubyModule;
2 7 8 name Ljava/lang/String;
3 7 9 selfType Lorg/jruby/RubyClass;
4 7 10 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
arg1
arg2
block
public org.jruby.runtime.builtin.IRubyObject callIter(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=7, locals=9, 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 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 8
1: aload 6
invokevirtual org.jruby.runtime.Block.escape:()V
2: aload 8
areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
4: aload 6
invokevirtual org.jruby.runtime.Block.escape:()V
5: aload 7
athrow
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/SuperCallSite;
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 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
0 1 3 any
MethodParameters:
Name Flags
context
caller
self
arg1
arg2
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=9, locals=11, 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 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 7
start local 7 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 8
start local 8 2: aload 1
aload 3
aload 7
aload 8
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 9
start local 9 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 10
start local 10 4: aload 9
ifnull 6
aload 10
aload 8
aload 9
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 10
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 8
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite 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.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 9
aload 1
aload 3
aload 8
aload 4
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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 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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 6 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
1 7 7 klazz Lorg/jruby/RubyModule;
2 7 8 name Ljava/lang/String;
3 7 9 selfType Lorg/jruby/RubyClass;
4 7 10 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
arg1
arg2
arg3
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=10, locals=12, 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 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameKlazz:()Lorg/jruby/RubyModule;
astore 8
start local 8 1: aload 1
invokevirtual org.jruby.runtime.ThreadContext.getFrameName:()Ljava/lang/String;
astore 9
start local 9 2: aload 1
aload 3
aload 8
aload 9
invokestatic org.jruby.runtime.callsite.SuperCallSite.pollAndGetClass:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
astore 10
start local 10 3: aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
astore 11
start local 11 4: aload 10
ifnull 6
aload 11
aload 9
aload 10
invokevirtual org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cacheOk:(Ljava/lang/String;Lorg/jruby/RubyClass;)Z
ifeq 6
5: aload 11
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 3
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
getfield org.jruby.runtime.callsite.SuperCallSite$SuperTuple.cache:Lorg/jruby/runtime/callsite/CacheEntry;
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 9
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
6: StackMap locals: org.jruby.runtime.callsite.SuperCallSite 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 org.jruby.RubyModule java.lang.String org.jruby.RubyClass org.jruby.runtime.callsite.SuperCallSite$SuperTuple
StackMap stack:
aload 0
aload 2
aload 10
aload 7
aload 1
aload 3
aload 9
aload 4
aload 5
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.cacheAndCall:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;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 11 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 7 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 7 1 context Lorg/jruby/runtime/ThreadContext;
0 7 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 7 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 7 4 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 6 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
0 7 7 block Lorg/jruby/runtime/Block;
1 7 8 klazz Lorg/jruby/RubyModule;
2 7 9 name Ljava/lang/String;
3 7 10 selfType Lorg/jruby/RubyClass;
4 7 11 myCache Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
MethodParameters:
Name Flags
context
caller
self
arg1
arg2
arg3
block
public org.jruby.runtime.builtin.IRubyObject callIter(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=8, locals=10, 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 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite.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;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 9
1: aload 7
invokevirtual org.jruby.runtime.Block.escape:()V
2: aload 9
areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 8
4: aload 7
invokevirtual org.jruby.runtime.Block.escape:()V
5: aload 8
athrow
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/SuperCallSite;
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 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 5 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 7 block Lorg/jruby/runtime/Block;
Exception table:
from to target type
0 1 3 any
MethodParameters:
Name Flags
context
caller
self
arg1
arg2
arg3
block
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=10, 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 2
ifnull 1
aload 2
aload 7
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 8
start local 8 3: aload 8
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 9
start local 9 4: aload 0
aload 9
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 5
aload 6
aload 2
aload 7
aload 9
aload 4
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 7
aload 8
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 9
aload 5
aload 6
aload 8
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 7
aload 4
aload 3
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 block Lorg/jruby/runtime/Block;
0 8 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 8 5 context Lorg/jruby/runtime/ThreadContext;
0 8 6 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 7 name Ljava/lang/String;
3 8 8 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 9 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
block
args
context
self
name
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=9, 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 2
ifnull 1
aload 2
aload 6
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 7
start local 7 3: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 4: aload 0
aload 8
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 4
aload 5
aload 2
aload 6
aload 8
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 6
aload 7
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 8
aload 4
aload 5
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
aload 3
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 8 4 context Lorg/jruby/runtime/ThreadContext;
0 8 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 6 name Ljava/lang/String;
3 8 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
args
context
self
name
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=8, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 2
ifnull 1
aload 2
aload 5
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 6
start local 6 3: aload 6
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 7
start local 7 4: aload 0
aload 7
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 3
aload 4
aload 2
aload 5
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 5
aload 6
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 7
aload 3
aload 4
aload 6
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
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;
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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 context Lorg/jruby/runtime/ThreadContext;
0 8 4 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 5 name Ljava/lang/String;
3 8 6 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 7 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
context
self
name
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=9, 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 2
ifnull 1
aload 2
aload 6
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 7
start local 7 3: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 4: aload 0
aload 8
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 4
aload 5
aload 2
aload 6
aload 8
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 6
aload 7
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 8
aload 4
aload 5
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
aload 3
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 block Lorg/jruby/runtime/Block;
0 8 4 context Lorg/jruby/runtime/ThreadContext;
0 8 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 6 name Ljava/lang/String;
3 8 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
block
context
self
name
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=9, 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 2
ifnull 1
aload 2
aload 5
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 7
start local 7 3: aload 7
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 8
start local 8 4: aload 0
aload 8
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 3
aload 4
aload 2
aload 5
aload 8
aload 6
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 5
aload 7
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 8
aload 3
aload 4
aload 7
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
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;
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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 context Lorg/jruby/runtime/ThreadContext;
0 8 4 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 5 name Ljava/lang/String;
0 8 6 arg Lorg/jruby/runtime/builtin/IRubyObject;
3 8 7 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 8 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
context
self
name
arg
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=10, 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 2
ifnull 1
aload 2
aload 6
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 8
start local 8 3: aload 8
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 9
start local 9 4: aload 0
aload 9
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 4
aload 5
aload 2
aload 6
aload 9
aload 7
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 6
aload 8
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 9
aload 4
aload 5
aload 8
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
aload 7
aload 3
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 block Lorg/jruby/runtime/Block;
0 8 4 context Lorg/jruby/runtime/ThreadContext;
0 8 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 6 name Ljava/lang/String;
0 8 7 arg Lorg/jruby/runtime/builtin/IRubyObject;
3 8 8 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 9 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
block
context
self
name
arg
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=10, 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 2
ifnull 1
aload 2
aload 5
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 8
start local 8 3: aload 8
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 9
start local 9 4: aload 0
aload 9
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 3
aload 4
aload 2
aload 5
aload 9
aload 6
aload 7
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 5
aload 8
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 9
aload 3
aload 4
aload 8
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
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;
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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 context Lorg/jruby/runtime/ThreadContext;
0 8 4 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 5 name Ljava/lang/String;
0 8 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
3 8 8 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 9 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
context
self
name
arg1
arg2
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 2
ifnull 1
aload 2
aload 6
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 9
start local 9 3: aload 9
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 10
start local 10 4: aload 0
aload 10
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 4
aload 5
aload 2
aload 6
aload 10
aload 7
aload 8
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;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
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 6
aload 9
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 10
aload 4
aload 5
aload 9
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
aload 7
aload 8
aload 3
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 block Lorg/jruby/runtime/Block;
0 8 4 context Lorg/jruby/runtime/ThreadContext;
0 8 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 6 name Ljava/lang/String;
0 8 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 8 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
3 8 9 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 10 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
block
context
self
name
arg1
arg2
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=11, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 2
ifnull 1
aload 2
aload 5
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 9
start local 9 3: aload 9
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 10
start local 10 4: aload 0
aload 10
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 3
aload 4
aload 2
aload 5
aload 10
aload 6
aload 7
aload 8
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;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
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 5
aload 9
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 10
aload 3
aload 4
aload 9
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 5
aload 6
aload 7
aload 8
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 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 context Lorg/jruby/runtime/ThreadContext;
0 8 4 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 5 name Ljava/lang/String;
0 8 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 8 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
3 8 9 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 10 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
context
self
name
arg1
arg2
arg3
protected org.jruby.runtime.builtin.IRubyObject cacheAndCall(org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, org.jruby.runtime.Block, org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Ljava/lang/String;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=10, locals=12, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 2
ifnull 1
aload 2
aload 6
invokevirtual org.jruby.RubyClass.searchWithCache:(Ljava/lang/String;)Lorg/jruby/runtime/callsite/CacheEntry;
goto 2
StackMap locals:
StackMap stack:
1: getstatic org.jruby.runtime.callsite.CacheEntry.NULL_CACHE:Lorg/jruby/runtime/callsite/CacheEntry;
StackMap locals:
StackMap stack: org.jruby.runtime.callsite.CacheEntry
2: astore 10
start local 10 3: aload 10
getfield org.jruby.runtime.callsite.CacheEntry.method:Lorg/jruby/internal/runtime/methods/DynamicMethod;
astore 11
start local 11 4: aload 0
aload 11
aload 1
invokevirtual org.jruby.runtime.callsite.SuperCallSite.methodMissing:(Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Z
ifeq 6
5: aload 0
aload 4
aload 5
aload 2
aload 6
aload 11
aload 7
aload 8
aload 9
aload 3
invokevirtual org.jruby.runtime.callsite.SuperCallSite.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;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
6: StackMap locals: org.jruby.runtime.callsite.CacheEntry org.jruby.internal.runtime.methods.DynamicMethod
StackMap stack:
aload 0
new org.jruby.runtime.callsite.SuperCallSite$SuperTuple
dup
aload 6
aload 10
invokespecial org.jruby.runtime.callsite.SuperCallSite$SuperTuple.<init>:(Ljava/lang/String;Lorg/jruby/runtime/callsite/CacheEntry;)V
putfield org.jruby.runtime.callsite.SuperCallSite.cache:Lorg/jruby/runtime/callsite/SuperCallSite$SuperTuple;
7: aload 11
aload 4
aload 5
aload 10
getfield org.jruby.runtime.callsite.CacheEntry.sourceModule:Lorg/jruby/RubyModule;
aload 6
aload 7
aload 8
aload 9
aload 3
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 11 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 8 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 8 1 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 8 2 selfType Lorg/jruby/RubyClass;
0 8 3 block Lorg/jruby/runtime/Block;
0 8 4 context Lorg/jruby/runtime/ThreadContext;
0 8 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 8 6 name Ljava/lang/String;
0 8 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 8 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 8 9 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
3 8 10 entry Lorg/jruby/runtime/callsite/CacheEntry;
4 8 11 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
caller
selfType
block
context
self
name
arg1
arg2
arg3
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[]);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=7, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 args [Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
selfType
name
method
args
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=6, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
context
self
selfType
name
method
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=7, locals=7, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/Block;)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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
selfType
name
method
block
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=7, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
selfType
name
method
arg
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=8, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;[Lorg/jruby/runtime/builtin/IRubyObject;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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
selfType
name
method
args
block
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=8, locals=8, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
selfType
name
method
arg0
block
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Ljava/lang/String;Lorg/jruby/internal/runtime/methods/DynamicMethod;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=8, 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 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
selfType
name
method
arg0
arg1
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;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;
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
aload 8
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;Lorg/jruby/runtime/builtin/IRubyObject;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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 8 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
selfType
name
method
arg0
arg1
block
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;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;
flags: (0x0004) ACC_PROTECTED
Code:
stack=10, locals=9, args_size=9
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 0: aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
aload 8
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;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 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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 8 arg3 Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
selfType
name
method
arg0
arg1
arg3
protected org.jruby.runtime.builtin.IRubyObject callMethodMissing(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyClass, java.lang.String, org.jruby.internal.runtime.methods.DynamicMethod, 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/RubyClass;Ljava/lang/String;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;
flags: (0x0004) ACC_PROTECTED
Code:
stack=10, locals=10, args_size=10
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 start local 6 start local 7 start local 8 start local 9 0: aload 1
aload 2
aload 3
aload 5
invokevirtual org.jruby.internal.runtime.methods.DynamicMethod.getVisibility:()Lorg/jruby/runtime/Visibility;
aload 4
aload 0
getfield org.jruby.runtime.callsite.SuperCallSite.callType:Lorg/jruby/runtime/CallType;
aload 6
aload 7
aload 8
aload 9
invokestatic org.jruby.runtime.Helpers.callMethodMissing:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyClass;Lorg/jruby/runtime/Visibility;Ljava/lang/String;Lorg/jruby/runtime/CallType;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 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 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 3 selfType Lorg/jruby/RubyClass;
0 1 4 name Ljava/lang/String;
0 1 5 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 6 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 7 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 8 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 1 9 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
self
selfType
name
method
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=1, 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
ireturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/callsite/SuperCallSite;
0 1 1 method Lorg/jruby/internal/runtime/methods/DynamicMethod;
0 1 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
method
caller
protected static org.jruby.RubyClass pollAndGetClass(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/RubyClass;
flags: (0x000c) ACC_PROTECTED, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
aload 3
invokestatic org.jruby.runtime.Helpers.checkSuperDisabledOrOutOfMethod:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/RubyModule;Ljava/lang/String;)V
1: aload 2
invokevirtual org.jruby.RubyModule.getSuperClass:()Lorg/jruby/RubyClass;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 context Lorg/jruby/runtime/ThreadContext;
0 2 1 self Lorg/jruby/runtime/builtin/IRubyObject;
0 2 2 frameClass Lorg/jruby/RubyModule;
0 2 3 frameName Ljava/lang/String;
MethodParameters:
Name Flags
context
self
frameClass
frameName
}
SourceFile: "SuperCallSite.java"
NestMembers:
org.jruby.runtime.callsite.SuperCallSite$SuperTuple
InnerClasses:
private SuperTuple = org.jruby.runtime.callsite.SuperCallSite$SuperTuple of org.jruby.runtime.callsite.SuperCallSite