public class org.jruby.runtime.callsite.AsetCallSite extends org.jruby.runtime.callsite.MonomorphicCallSite
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.callsite.AsetCallSite
super_class: org.jruby.runtime.callsite.MonomorphicCallSite
{
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 // org.jruby.runtime.callsite.AsetCallSite this
0: .line 11
aload 0 /* this */
ldc "[]="
invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.<init>:(Ljava/lang/String;)V
1: .line 12
return
end local 0 // org.jruby.runtime.callsite.AsetCallSite this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/runtime/callsite/AsetCallSite;
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=6, locals=6, args_size=6
start local 0 // org.jruby.runtime.callsite.AsetCallSite this
start local 1 // org.jruby.runtime.ThreadContext context
start local 2 // org.jruby.runtime.builtin.IRubyObject caller
start local 3 // org.jruby.runtime.builtin.IRubyObject self
start local 4 // org.jruby.runtime.builtin.IRubyObject arg0
start local 5 // org.jruby.runtime.builtin.IRubyObject arg1
0: .line 16
aload 3 /* self */
invokestatic org.jruby.RubyBasicObject.getMetaClass:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyClass;
aload 1 /* context */
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.Ruby.getArray:()Lorg/jruby/RubyClass;
if_acmpne 2
1: .line 17
aload 3 /* self */
checkcast org.jruby.RubyArray
aload 4 /* arg0 */
aload 5 /* arg1 */
invokevirtual org.jruby.RubyArray.aset:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
2: .line 19
StackMap locals:
StackMap stack:
aload 0 /* this */
aload 1 /* context */
aload 2 /* caller */
aload 3 /* self */
aload 4 /* arg0 */
aload 5 /* arg1 */
invokespecial org.jruby.runtime.callsite.MonomorphicCallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
areturn
end local 5 // org.jruby.runtime.builtin.IRubyObject arg1
end local 4 // org.jruby.runtime.builtin.IRubyObject arg0
end local 3 // org.jruby.runtime.builtin.IRubyObject self
end local 2 // org.jruby.runtime.builtin.IRubyObject caller
end local 1 // org.jruby.runtime.ThreadContext context
end local 0 // org.jruby.runtime.callsite.AsetCallSite this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/runtime/callsite/AsetCallSite;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 caller Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 4 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 5 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
caller
self
arg0
arg1
}
SourceFile: "AsetCallSite.java"