public class org.jruby.internal.runtime.methods.CompiledIRMethod extends org.jruby.internal.runtime.AbstractIRMethod implements org.jruby.compiler.Compilable<org.jruby.internal.runtime.methods.DynamicMethod>
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.internal.runtime.methods.CompiledIRMethod
super_class: org.jruby.internal.runtime.AbstractIRMethod
{
private java.lang.invoke.MethodHandle variable;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0002) ACC_PRIVATE
private java.lang.invoke.MethodHandle specific;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0002) ACC_PRIVATE
private final int specificArity;
descriptor: I
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
static final boolean $assertionsDisabled;
descriptor: Z
flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
invokevirtual java.lang.Class.desiredAssertionStatus:()Z
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: putstatic org.jruby.internal.runtime.methods.CompiledIRMethod.$assertionsDisabled:Z
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(java.lang.invoke.MethodHandle, org.jruby.ir.IRScope, org.jruby.runtime.Visibility, org.jruby.RubyModule);
descriptor: (Ljava/lang/invoke/MethodHandle;Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aconst_null
iconst_m1
aload 2
aload 3
aload 4
invokespecial org.jruby.internal.runtime.methods.CompiledIRMethod.<init>:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
1: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 2 1 variable Ljava/lang/invoke/MethodHandle;
0 2 2 method Lorg/jruby/ir/IRScope;
0 2 3 visibility Lorg/jruby/runtime/Visibility;
0 2 4 implementationClass Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
variable
method
visibility
implementationClass
public void <init>(java.lang.invoke.MethodHandle, java.lang.invoke.MethodHandle, int, org.jruby.ir.IRScope, org.jruby.runtime.Visibility, org.jruby.RubyModule);
descriptor: (Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;ILorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, 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 0
aload 4
aload 5
aload 6
invokespecial org.jruby.internal.runtime.AbstractIRMethod.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Visibility;Lorg/jruby/RubyModule;)V
1: aload 0
aload 1
putfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
2: aload 0
aload 2
putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
3: aload 0
aload 4
invokevirtual org.jruby.ir.IRScope.receivesKeywordArgs:()Z
ifeq 4
iconst_m1
goto 5
StackMap locals: org.jruby.internal.runtime.methods.CompiledIRMethod java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle int org.jruby.ir.IRScope org.jruby.runtime.Visibility org.jruby.RubyModule
StackMap stack: org.jruby.internal.runtime.methods.CompiledIRMethod
4: iload 3
StackMap locals: org.jruby.internal.runtime.methods.CompiledIRMethod java.lang.invoke.MethodHandle java.lang.invoke.MethodHandle int org.jruby.ir.IRScope org.jruby.runtime.Visibility org.jruby.RubyModule
StackMap stack: org.jruby.internal.runtime.methods.CompiledIRMethod int
5: putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
6: aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.method:Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.parser.StaticScope.determineModule:()Lorg/jruby/RubyModule;
pop
7: getstatic org.jruby.internal.runtime.methods.CompiledIRMethod.$assertionsDisabled:Z
ifne 8
aload 4
invokevirtual org.jruby.ir.IRScope.hasExplicitCallProtocol:()Z
ifne 8
new java.lang.AssertionError
dup
invokespecial java.lang.AssertionError.<init>:()V
athrow
8: StackMap locals:
StackMap stack:
aload 0
aload 1
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.setHandle:(Ljava/lang/Object;)V
9: aload 4
aload 0
putfield org.jruby.ir.IRScope.compilable:Lorg/jruby/compiler/Compilable;
10: return
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 11 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 11 1 variable Ljava/lang/invoke/MethodHandle;
0 11 2 specific Ljava/lang/invoke/MethodHandle;
0 11 3 specificArity I
0 11 4 method Lorg/jruby/ir/IRScope;
0 11 5 visibility Lorg/jruby/runtime/Visibility;
0 11 6 implementationClass Lorg/jruby/RubyModule;
MethodParameters:
Name Flags
variable
specific
specificArity
method
visibility
implementationClass
public java.lang.invoke.MethodHandle getHandleFor(int);
descriptor: (I)Ljava/lang/invoke/MethodHandle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_m1
if_icmpeq 2
iload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specificArity:I
if_icmpne 2
1: aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
areturn
2: StackMap locals:
StackMap stack:
aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 3 1 arity I
MethodParameters:
Name Flags
arity
public void setVariable(java.lang.invoke.MethodHandle);
descriptor: (Ljava/lang/invoke/MethodHandle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 2 1 variable Ljava/lang/invoke/MethodHandle;
MethodParameters:
Name Flags
variable
public void setSpecific(java.lang.invoke.MethodHandle);
descriptor: (Ljava/lang/invoke/MethodHandle;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
putfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 2 1 specific Ljava/lang/invoke/MethodHandle;
MethodParameters:
Name Flags
specific
public org.jruby.runtime.ArgumentDescriptor[] getArgumentDescriptors();
descriptor: ()[Lorg/jruby/runtime/ArgumentDescriptor;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.method:Lorg/jruby/ir/IRScope;
checkcast org.jruby.ir.IRMethod
invokevirtual org.jruby.ir.IRMethod.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
public void completeBuild(org.jruby.internal.runtime.methods.DynamicMethod);
descriptor: (Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=2, args_size=2
start local 0 start local 1 0: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 1 1 buildResult Lorg/jruby/internal/runtime/methods/DynamicMethod;
MethodParameters:
Name Flags
buildResult
protected void printMethodIR();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=0, locals=1, args_size=1
start local 0 0: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
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=8, 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.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
start local 7 3: aload 7
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
4: aconst_null
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 5 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 6 block Lorg/jruby/runtime/Block;
3 5 7 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
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=7, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
ifeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
aload 5
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
start local 6 4: aload 6
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 block Lorg/jruby/runtime/Block;
4 6 6 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=9, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_1
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_1
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
aload 6
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
start local 7 4: aload 7
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 block Lorg/jruby/runtime/Block;
4 6 7 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=9, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_2
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_2
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
aload 7
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
aload 7
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 8
start local 8 4: aload 8
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 7 block Lorg/jruby/runtime/Block;
4 6 8 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=10, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_3
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_3
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
dup
iconst_2
aload 7
aastore
aload 8
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
aload 7
aload 8
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;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/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 9
start local 9 4: aload 9
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 9 end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 8 block Lorg/jruby/runtime/Block;
4 6 9 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=8, 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.internal.runtime.methods.CompiledIRMethod.variable:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
start local 6 3: aload 6
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
4: aconst_null
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 5 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 clazz Lorg/jruby/RubyModule;
0 5 4 name Ljava/lang/String;
0 5 5 args [Lorg/jruby/runtime/builtin/IRubyObject;
3 5 6 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
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=7, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
ifeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
start local 5 4: aload 5
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
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/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
4 6 5 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=9, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_1
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_1
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 6
start local 6 4: aload 6
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
4 6 6 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=9, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_2
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_2
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;Lorg/jruby/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 7
start local 7 4: aload 7
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
4 6 7 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
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=10, 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.internal.runtime.methods.CompiledIRMethod.specificArity:I
iconst_3
if_icmpeq 1
aload 0
aload 1
aload 2
aload 3
aload 4
iconst_3
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 5
aastore
dup
iconst_1
aload 6
aastore
dup
iconst_2
aload 7
aastore
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.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
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.specific:Ljava/lang/invoke/MethodHandle;
aload 1
aload 0
getfield org.jruby.internal.runtime.methods.CompiledIRMethod.staticScope:Lorg/jruby/parser/StaticScope;
aload 2
aload 5
aload 6
aload 7
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/parser/StaticScope;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/RubyModule;Ljava/lang/String;)Lorg/jruby/runtime/builtin/IRubyObject;
2: areturn
3: StackMap locals:
StackMap stack: java.lang.Throwable
astore 8
start local 8 4: aload 8
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
5: aconst_null
areturn
end local 8 end local 7 end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/internal/runtime/methods/CompiledIRMethod;
0 6 1 context Lorg/jruby/runtime/ThreadContext;
0 6 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 6 3 clazz Lorg/jruby/RubyModule;
0 6 4 name Ljava/lang/String;
0 6 5 arg0 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 6 arg1 Lorg/jruby/runtime/builtin/IRubyObject;
0 6 7 arg2 Lorg/jruby/runtime/builtin/IRubyObject;
4 6 8 t Ljava/lang/Throwable;
Exception table:
from to target type
1 2 3 Class java.lang.Throwable
MethodParameters:
Name Flags
context
self
clazz
name
arg0
arg1
arg2
public void completeBuild(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.jruby.internal.runtime.methods.DynamicMethod
invokevirtual org.jruby.internal.runtime.methods.CompiledIRMethod.completeBuild:(Lorg/jruby/internal/runtime/methods/DynamicMethod;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lorg/jruby/internal/runtime/AbstractIRMethod;Lorg/jruby/compiler/Compilable<Lorg/jruby/internal/runtime/methods/DynamicMethod;>;
SourceFile: "CompiledIRMethod.java"