public class org.jruby.runtime.CompiledIRBlockBody extends org.jruby.runtime.IRBlockBody
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.runtime.CompiledIRBlockBody
super_class: org.jruby.runtime.IRBlockBody
{
protected final java.lang.invoke.MethodHandle handle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.invoke.MethodHandle callHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected final java.lang.invoke.MethodHandle yieldDirectHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0014) ACC_PROTECTED, ACC_FINAL
protected java.lang.invoke.MethodHandle normalYieldHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0004) ACC_PROTECTED
protected java.lang.invoke.MethodHandle normalYieldSpecificHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0004) ACC_PROTECTED
protected java.lang.invoke.MethodHandle normalYieldUnwrapHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x0004) ACC_PROTECTED
private static final java.lang.invoke.MethodHandle VALUE_TO_ARRAY;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.invoke.MethodHandle WRAP_VALUE;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final java.lang.invoke.MethodHandle CHECK_ARITY;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: ldc [Lorg/jruby/runtime/builtin/IRubyObject;
ldc Lorg/jruby/runtime/builtin/IRubyObject;
iconst_0
anewarray java.lang.Class
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
ldc Lorg/jruby/ir/runtime/IRRuntimeHelpers;
ldc "singleBlockArgToArray"
invokevirtual com.headius.invokebinder.Binder.invokeStaticQuiet:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/invoke/MethodHandle;
putstatic org.jruby.runtime.CompiledIRBlockBody.VALUE_TO_ARRAY:Ljava/lang/invoke/MethodHandle;
1: ldc [Lorg/jruby/runtime/builtin/IRubyObject;
ldc Lorg/jruby/runtime/builtin/IRubyObject;
iconst_0
anewarray java.lang.Class
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
ldc Lorg/jruby/runtime/CompiledIRBlockBody;
ldc "wrapValue"
invokevirtual com.headius.invokebinder.Binder.invokeStaticQuiet:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/invoke/MethodHandle;
putstatic org.jruby.runtime.CompiledIRBlockBody.WRAP_VALUE:Ljava/lang/invoke/MethodHandle;
2: getstatic java.lang.Void.TYPE:Ljava/lang/Class;
ldc Lorg/jruby/runtime/ThreadContext;
iconst_3
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/runtime/Block;
aastore
dup
iconst_1
ldc [Lorg/jruby/runtime/builtin/IRubyObject;
aastore
dup
iconst_2
ldc Lorg/jruby/runtime/Block;
aastore
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
3: invokestatic java.lang.invoke.MethodHandles.lookup:()Ljava/lang/invoke/MethodHandles$Lookup;
ldc Lorg/jruby/runtime/CompiledIRBlockBody;
ldc "checkArity"
invokevirtual com.headius.invokebinder.Binder.invokeStaticQuiet:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/invoke/MethodHandle;
4: putstatic org.jruby.runtime.CompiledIRBlockBody.CHECK_ARITY:Ljava/lang/invoke/MethodHandle;
5: return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(java.lang.invoke.MethodHandle, org.jruby.ir.IRScope, long);
descriptor: (Ljava/lang/invoke/MethodHandle;Lorg/jruby/ir/IRScope;J)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
lload 3
invokestatic org.jruby.runtime.Signature.decode:(J)Lorg/jruby/runtime/Signature;
invokespecial org.jruby.runtime.IRBlockBody.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/Signature;)V
1: aload 0
aload 1
putfield org.jruby.runtime.CompiledIRBlockBody.handle:Ljava/lang/invoke/MethodHandle;
2: aload 1
iconst_2
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 2
invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
aconst_null
aastore
invokestatic java.lang.invoke.MethodHandles.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
astore 5
start local 5 3: aload 0
aload 5
getstatic org.jruby.runtime.CompiledIRBlockBody.CHECK_ARITY:Ljava/lang/invoke/MethodHandle;
invokestatic java.lang.invoke.MethodHandles.foldArguments:(Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
putfield org.jruby.runtime.CompiledIRBlockBody.callHandle:Ljava/lang/invoke/MethodHandle;
4: aload 0
5: aload 1
iconst_2
iconst_1
anewarray java.lang.Object
dup
iconst_0
aload 2
invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
aastore
invokestatic java.lang.invoke.MethodHandles.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
6: iconst_4
iconst_1
anewarray java.lang.Object
dup
iconst_0
7: getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aastore
8: invokestatic java.lang.invoke.MethodHandles.insertArguments:(Ljava/lang/invoke/MethodHandle;I[Ljava/lang/Object;)Ljava/lang/invoke/MethodHandle;
putfield org.jruby.runtime.CompiledIRBlockBody.yieldDirectHandle:Ljava/lang/invoke/MethodHandle;
9: aload 2
invokevirtual org.jruby.ir.IRScope.getStaticScope:()Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.parser.StaticScope.determineModule:()Lorg/jruby/RubyModule;
pop
10: return
end local 5 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
0 11 1 handle Ljava/lang/invoke/MethodHandle;
0 11 2 closure Lorg/jruby/ir/IRScope;
0 11 3 encodedSignature J
3 11 5 callHandle Ljava/lang/invoke/MethodHandle;
MethodParameters:
Name Flags
handle
closure
encodedSignature
private static void checkArity(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)V
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 1
getfield org.jruby.runtime.Block.type:Lorg/jruby/runtime/Block$Type;
getstatic org.jruby.runtime.Block$Type.LAMBDA:Lorg/jruby/runtime/Block$Type;
if_acmpne 2
1: aload 1
invokevirtual org.jruby.runtime.Block.getSignature:()Lorg/jruby/runtime/Signature;
aload 0
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
aload 2
invokevirtual org.jruby.runtime.Signature.checkArity:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)V
2: StackMap locals:
StackMap stack:
return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 context Lorg/jruby/runtime/ThreadContext;
0 3 1 selfBlock Lorg/jruby/runtime/Block;
0 3 2 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 3 3 block Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
selfBlock
args
block
private static org.jruby.runtime.builtin.IRubyObject[] wrapValue(org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;)[Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x000a) ACC_PRIVATE, ACC_STATIC
Code:
stack=4, locals=1, args_size=1
start local 0 0: iconst_1
anewarray org.jruby.runtime.builtin.IRubyObject
dup
iconst_0
aload 0
aastore
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 value Lorg/jruby/runtime/builtin/IRubyObject;
MethodParameters:
Name Flags
value
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.runtime.CompiledIRBlockBody.closure:Lorg/jruby/ir/IRClosure;
invokevirtual org.jruby.ir.IRClosure.getArgumentDescriptors:()[Lorg/jruby/runtime/ArgumentDescriptor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
public boolean canCallDirect();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
public java.lang.invoke.MethodHandle getCallHandle();
descriptor: ()Ljava/lang/invoke/MethodHandle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.callHandle:Ljava/lang/invoke/MethodHandle;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
public java.lang.invoke.MethodHandle getNormalYieldSpecificHandle();
descriptor: ()Ljava/lang/invoke/MethodHandle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=2, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.normalYieldSpecificHandle:Ljava/lang/invoke/MethodHandle;
astore 1
start local 1 1: aload 1
ifnull 2
aload 1
areturn
2: StackMap locals: java.lang.invoke.MethodHandle
StackMap stack:
aload 0
ldc Lorg/jruby/runtime/builtin/IRubyObject;
ldc Lorg/jruby/runtime/ThreadContext;
iconst_1
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/runtime/Block;
aastore
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
3: iconst_4
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
ldc Lorg/jruby/runtime/builtin/IRubyObject;
aastore
dup
iconst_2
ldc [Lorg/jruby/runtime/builtin/IRubyObject;
aastore
dup
iconst_3
ldc Lorg/jruby/runtime/Block;
aastore
iconst_4
anewarray java.lang.Object
dup
iconst_0
4: aload 0
invokevirtual org.jruby.runtime.CompiledIRBlockBody.getStaticScope:()Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
aconst_null
aastore
dup
iconst_2
aconst_null
aastore
dup
iconst_3
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aastore
5: invokevirtual com.headius.invokebinder.Binder.append:([Ljava/lang/Class;[Ljava/lang/Object;)Lcom/headius/invokebinder/Binder;
6: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.handle:Ljava/lang/invoke/MethodHandle;
invokevirtual com.headius.invokebinder.Binder.invoke:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
7: dup_x1
putfield org.jruby.runtime.CompiledIRBlockBody.normalYieldSpecificHandle:Ljava/lang/invoke/MethodHandle;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
1 8 1 normalYieldSpecificHandle Ljava/lang/invoke/MethodHandle;
public java.lang.invoke.MethodHandle getNormalYieldHandle();
descriptor: ()Ljava/lang/invoke/MethodHandle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.normalYieldHandle:Ljava/lang/invoke/MethodHandle;
astore 1
start local 1 1: aload 1
ifnull 2
aload 1
areturn
2: StackMap locals: java.lang.invoke.MethodHandle
StackMap stack:
aload 0
ldc Lorg/jruby/runtime/builtin/IRubyObject;
ldc Lorg/jruby/runtime/ThreadContext;
iconst_2
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/runtime/Block;
aastore
dup
iconst_1
ldc Lorg/jruby/runtime/builtin/IRubyObject;
aastore
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
3: iconst_2
iconst_1
anewarray java.lang.invoke.MethodHandle
dup
iconst_0
getstatic org.jruby.runtime.CompiledIRBlockBody.WRAP_VALUE:Ljava/lang/invoke/MethodHandle;
aastore
invokevirtual com.headius.invokebinder.Binder.filter:(I[Ljava/lang/invoke/MethodHandle;)Lcom/headius/invokebinder/Binder;
4: iconst_2
iconst_2
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
ldc Lorg/jruby/runtime/builtin/IRubyObject;
aastore
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual org.jruby.runtime.CompiledIRBlockBody.getStaticScope:()Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
aconst_null
aastore
invokevirtual com.headius.invokebinder.Binder.insert:(I[Ljava/lang/Class;[Ljava/lang/Object;)Lcom/headius/invokebinder/Binder;
5: ldc Lorg/jruby/runtime/Block;
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual com.headius.invokebinder.Binder.append:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/headius/invokebinder/Binder;
6: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.handle:Ljava/lang/invoke/MethodHandle;
invokevirtual com.headius.invokebinder.Binder.invoke:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
7: dup_x1
putfield org.jruby.runtime.CompiledIRBlockBody.normalYieldHandle:Ljava/lang/invoke/MethodHandle;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
1 8 1 normalYieldHandle Ljava/lang/invoke/MethodHandle;
public java.lang.invoke.MethodHandle getNormalYieldUnwrapHandle();
descriptor: ()Ljava/lang/invoke/MethodHandle;
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=2, args_size=1
start local 0 0: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.normalYieldUnwrapHandle:Ljava/lang/invoke/MethodHandle;
astore 1
start local 1 1: aload 1
ifnull 2
aload 1
areturn
2: StackMap locals: java.lang.invoke.MethodHandle
StackMap stack:
aload 0
ldc Lorg/jruby/runtime/builtin/IRubyObject;
ldc Lorg/jruby/runtime/ThreadContext;
iconst_2
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/runtime/Block;
aastore
dup
iconst_1
ldc Lorg/jruby/runtime/builtin/IRubyObject;
aastore
invokestatic com.headius.invokebinder.Binder.from:(Ljava/lang/Class;Ljava/lang/Class;[Ljava/lang/Class;)Lcom/headius/invokebinder/Binder;
3: iconst_2
iconst_1
anewarray java.lang.invoke.MethodHandle
dup
iconst_0
getstatic org.jruby.runtime.CompiledIRBlockBody.VALUE_TO_ARRAY:Ljava/lang/invoke/MethodHandle;
aastore
invokevirtual com.headius.invokebinder.Binder.filter:(I[Ljava/lang/invoke/MethodHandle;)Lcom/headius/invokebinder/Binder;
4: iconst_2
iconst_2
anewarray java.lang.Class
dup
iconst_0
ldc Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
ldc Lorg/jruby/runtime/builtin/IRubyObject;
aastore
iconst_2
anewarray java.lang.Object
dup
iconst_0
aload 0
invokevirtual org.jruby.runtime.CompiledIRBlockBody.getStaticScope:()Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_1
aconst_null
aastore
invokevirtual com.headius.invokebinder.Binder.insert:(I[Ljava/lang/Class;[Ljava/lang/Object;)Lcom/headius/invokebinder/Binder;
5: ldc Lorg/jruby/runtime/Block;
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
invokevirtual com.headius.invokebinder.Binder.append:(Ljava/lang/Class;Ljava/lang/Object;)Lcom/headius/invokebinder/Binder;
6: aload 0
getfield org.jruby.runtime.CompiledIRBlockBody.handle:Ljava/lang/invoke/MethodHandle;
invokevirtual com.headius.invokebinder.Binder.invoke:(Ljava/lang/invoke/MethodHandle;)Ljava/lang/invoke/MethodHandle;
7: dup_x1
putfield org.jruby.runtime.CompiledIRBlockBody.normalYieldUnwrapHandle:Ljava/lang/invoke/MethodHandle;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
1 8 1 normalYieldUnwrapHandle Ljava/lang/invoke/MethodHandle;
protected org.jruby.runtime.builtin.IRubyObject callDirect(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
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.runtime.CompiledIRBlockBody.callHandle:Ljava/lang/invoke/MethodHandle;
aload 1
aload 2
aload 3
aload 4
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/Block;)Lorg/jruby/runtime/builtin/IRubyObject;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
start local 5 3: aload 5
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
4: 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 5 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 block Lorg/jruby/runtime/Block;
0 5 3 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 blockArg Lorg/jruby/runtime/Block;
3 5 5 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
MethodParameters:
Name Flags
context
block
args
blockArg
protected org.jruby.runtime.builtin.IRubyObject yieldDirect(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;[Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0004) ACC_PROTECTED
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.runtime.CompiledIRBlockBody.yieldDirectHandle:Ljava/lang/invoke/MethodHandle;
aload 1
aload 2
aload 4
aload 3
invokevirtual java.lang.invoke.MethodHandle.invokeExact:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
1: areturn
2: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
start local 5 3: aload 5
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
4: 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 5 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 block Lorg/jruby/runtime/Block;
0 5 3 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 self Lorg/jruby/runtime/builtin/IRubyObject;
3 5 5 t Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
MethodParameters:
Name Flags
context
block
args
self
protected org.jruby.runtime.builtin.IRubyObject commonYieldPath(org.jruby.runtime.ThreadContext, org.jruby.runtime.Block, org.jruby.runtime.Block$Type, org.jruby.runtime.builtin.IRubyObject[], org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.Block);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/Block;Lorg/jruby/runtime/Block$Type;[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=3, 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: new java.lang.UnsupportedOperationException
dup
ldc "commonYieldPath not implemented"
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
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 1 0 this Lorg/jruby/runtime/CompiledIRBlockBody;
0 1 1 context Lorg/jruby/runtime/ThreadContext;
0 1 2 block Lorg/jruby/runtime/Block;
0 1 3 type Lorg/jruby/runtime/Block$Type;
0 1 4 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 1 5 self Lorg/jruby/runtime/builtin/IRubyObject;
0 1 6 blockArg Lorg/jruby/runtime/Block;
MethodParameters:
Name Flags
context
block
type
args
self
blockArg
}
SourceFile: "CompiledIRBlockBody.java"
InnerClasses:
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles
public final Type = org.jruby.runtime.Block$Type of org.jruby.runtime.Block