final class org.jruby.java.proxies.ConcreteJavaProxy$NewMethod extends org.jruby.internal.runtime.methods.JavaMethod
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: org.jruby.java.proxies.ConcreteJavaProxy$NewMethod
super_class: org.jruby.internal.runtime.methods.JavaMethod
{
private transient org.jruby.runtime.CallSite jcreateSite;
descriptor: Lorg/jruby/runtime/CallSite;
flags: (0x0082) ACC_PRIVATE, ACC_TRANSIENT
final org.jruby.internal.runtime.methods.DynamicMethod newMethod;
descriptor: Lorg/jruby/internal/runtime/methods/DynamicMethod;
flags: (0x0010) ACC_FINAL
void <init>(org.jruby.RubyClass);
descriptor: (Lorg/jruby/RubyClass;)V
flags: (0x0000)
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic org.jruby.runtime.Visibility.PUBLIC:Lorg/jruby/runtime/Visibility;
ldc "new"
invokespecial org.jruby.internal.runtime.methods.JavaMethod.<init>:(Lorg/jruby/RubyModule;Lorg/jruby/runtime/Visibility;Ljava/lang/String;)V
1: aload 0
aload 1
ldc "new"
invokevirtual org.jruby.RubyClass.searchMethod:(Ljava/lang/String;)Lorg/jruby/internal/runtime/methods/DynamicMethod;
putfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 clazz Lorg/jruby/RubyClass;
MethodParameters:
Name Flags
clazz final
private org.jruby.runtime.CallSite jcreateSite();
descriptor: ()Lorg/jruby/runtime/CallSite;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=1
start local 0 0: aload 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:Lorg/jruby/runtime/CallSite;
astore 1
start local 1 1: aload 1
ifnonnull 3
2: aload 0
ldc "__jcreate!"
invokestatic org.jruby.runtime.MethodIndex.getFunctionalCallSite:(Ljava/lang/String;)Lorg/jruby/runtime/CallSite;
dup_x1
putfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:Lorg/jruby/runtime/CallSite;
astore 1
3: StackMap locals: org.jruby.runtime.CallSite
StackMap stack:
aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
1 4 1 callSite Lorg/jruby/runtime/CallSite;
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, 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
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
start local 7 1: aload 7
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 7
aload 7
aload 5
aload 6
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 7
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 block Lorg/jruby/runtime/Block;
1 3 7 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
args
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/RubyModule;Ljava/lang/String;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 6
start local 6 1: aload 6
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 6
aload 6
aload 5
invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 6
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 block Lorg/jruby/runtime/Block;
1 3 6 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, 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
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 7
start local 7 1: aload 7
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 7
aload 7
aload 5
aload 6
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 7
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 block Lorg/jruby/runtime/Block;
1 3 7 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, 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/RubyModule;Ljava/lang/String;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=9, 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
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 8
start local 8 1: aload 8
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 8
aload 8
aload 5
aload 6
aload 7
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 8
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 7 block Lorg/jruby/runtime/Block;
1 3 8 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, 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/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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=10, 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 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
astore 9
start local 9 1: aload 9
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 9
aload 9
aload 5
aload 6
aload 7
aload 8
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 9
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 8 block Lorg/jruby/runtime/Block;
1 3 9 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
arg2
block
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject[]);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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;
astore 6
start local 6 1: aload 6
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 6
aload 6
aload 5
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 6
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
1 3 6 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
args
public org.jruby.runtime.builtin.IRubyObject call(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/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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;
astore 5
start local 5 1: aload 5
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 5
aload 5
invokevirtual org.jruby.runtime.CallSite.call:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 5
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
1 3 5 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=7, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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;
astore 6
start local 6 1: aload 6
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 6
aload 6
aload 5
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 6
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
1 3 6 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
descriptor: (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;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=8, 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
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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;
astore 7
start local 7 1: aload 7
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 7
aload 7
aload 5
aload 6
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 7
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
1 3 7 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
public org.jruby.runtime.builtin.IRubyObject call(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.RubyModule, java.lang.String, 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/RubyModule;Ljava/lang/String;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=9, 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
getfield org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.newMethod:Lorg/jruby/internal/runtime/methods/DynamicMethod;
aload 1
aload 2
aload 3
ldc "new_proxy"
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/builtin/IRubyObject;
astore 8
start local 8 1: aload 8
checkcast org.jruby.java.proxies.JavaProxy
getfield org.jruby.java.proxies.JavaProxy.object:Ljava/lang/Object;
ifnonnull 2
aload 0
invokevirtual org.jruby.java.proxies.ConcreteJavaProxy$NewMethod.jcreateSite:()Lorg/jruby/runtime/CallSite;
aload 1
aload 8
aload 8
aload 5
aload 6
aload 7
invokevirtual org.jruby.runtime.CallSite.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;
pop
2: StackMap locals: org.jruby.runtime.builtin.IRubyObject
StackMap stack:
aload 8
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 3 0 this Lorg/jruby/java/proxies/ConcreteJavaProxy$NewMethod;
0 3 1 context Lorg/jruby/runtime/ThreadContext;
0 3 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 clazz Lorg/jruby/RubyModule;
0 3 4 name Ljava/lang/String;
0 3 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 3 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
1 3 8 proxy Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
arg2
}
SourceFile: "ConcreteJavaProxy.java"
NestHost: org.jruby.java.proxies.ConcreteJavaProxy
InnerClasses:
private final NewMethod = org.jruby.java.proxies.ConcreteJavaProxy$NewMethod of org.jruby.java.proxies.ConcreteJavaProxy