class org.jruby.ir.Compiler$1 extends org.jruby.ast.executable.AbstractScript
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.jruby.ir.Compiler$1
super_class: org.jruby.ast.executable.AbstractScript
{
final org.jruby.ir.Compiler this$0;
descriptor: Lorg/jruby/ir/Compiler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final java.lang.invoke.MethodHandle val$compiledHandle;
descriptor: Ljava/lang/invoke/MethodHandle;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final org.jruby.parser.StaticScope val$staticScope;
descriptor: Lorg/jruby/parser/StaticScope;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.jruby.ir.Compiler, java.lang.invoke.MethodHandle, org.jruby.parser.StaticScope);
descriptor: (Lorg/jruby/ir/Compiler;Ljava/lang/invoke/MethodHandle;Lorg/jruby/parser/StaticScope;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield org.jruby.ir.Compiler$1.this$0:Lorg/jruby/ir/Compiler;
aload 0
aload 2
putfield org.jruby.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
aload 0
aload 3
putfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
aload 0
invokespecial org.jruby.ast.executable.AbstractScript.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/Compiler$1;
MethodParameters:
Name Flags
this$0 final
val$compiledHandle final
val$staticScope final
public org.jruby.runtime.builtin.IRubyObject __file__(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=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.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
bipush 7
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 0
getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
aastore
dup
iconst_4
aload 4
aastore
dup
iconst_5
aload 2
invokeinterface org.jruby.runtime.builtin.IRubyObject.getMetaClass:()Lorg/jruby/RubyClass;
aastore
dup
bipush 6
aconst_null
aastore
invokevirtual java.lang.invoke.MethodHandle.invokeWithArguments:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.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/ir/Compiler$1;
0 5 1 context Lorg/jruby/runtime/ThreadContext;
0 5 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 5 3 args [Lorg/jruby/runtime/builtin/IRubyObject;
0 5 4 block 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
self
args
block
public org.jruby.runtime.builtin.IRubyObject load(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, boolean);
descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Z)Lorg/jruby/runtime/builtin/IRubyObject;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=6, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
invokevirtual org.jruby.parser.StaticScope.getModule:()Lorg/jruby/RubyModule;
astore 4
start local 4 1: aload 0
getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
aload 4
invokevirtual org.jruby.parser.StaticScope.setModule:(Lorg/jruby/RubyModule;)V
2: aload 1
getstatic org.jruby.runtime.Visibility.PRIVATE:Lorg/jruby/runtime/Visibility;
invokevirtual org.jruby.runtime.ThreadContext.setCurrentVisibility:(Lorg/jruby/runtime/Visibility;)V
3: aload 0
getfield org.jruby.ir.Compiler$1.val$compiledHandle:Ljava/lang/invoke/MethodHandle;
bipush 7
anewarray java.lang.Object
dup
iconst_0
aload 1
aastore
dup
iconst_1
aload 0
getfield org.jruby.ir.Compiler$1.val$staticScope:Lorg/jruby/parser/StaticScope;
aastore
dup
iconst_2
aload 2
aastore
dup
iconst_3
getstatic org.jruby.runtime.builtin.IRubyObject.NULL_ARRAY:[Lorg/jruby/runtime/builtin/IRubyObject;
aastore
dup
iconst_4
getstatic org.jruby.runtime.Block.NULL_BLOCK:Lorg/jruby/runtime/Block;
aastore
dup
iconst_5
aload 4
aastore
dup
bipush 6
aconst_null
aastore
invokevirtual java.lang.invoke.MethodHandle.invokeWithArguments:([Ljava/lang/Object;)Ljava/lang/Object;
checkcast org.jruby.runtime.builtin.IRubyObject
4: areturn
5: StackMap locals: org.jruby.ir.Compiler$1 org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject int org.jruby.RubyModule
StackMap stack: org.jruby.ir.runtime.IRBreakJump
pop
6: getstatic org.jruby.ir.operands.IRException.BREAK_LocalJumpError:Lorg/jruby/ir/operands/IRException;
aload 1
getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
invokevirtual org.jruby.ir.operands.IRException.getException:(Lorg/jruby/Ruby;)Ljava/lang/RuntimeException;
athrow
7: StackMap locals:
StackMap stack: java.lang.Throwable
astore 5
start local 5 8: aload 5
invokestatic org.jruby.runtime.Helpers.throwException:(Ljava/lang/Throwable;)V
9: 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 10 0 this Lorg/jruby/ir/Compiler$1;
0 10 1 context Lorg/jruby/runtime/ThreadContext;
0 10 2 self Lorg/jruby/runtime/builtin/IRubyObject;
0 10 3 wrap Z
1 10 4 currModule Lorg/jruby/RubyModule;
8 10 5 t Ljava/lang/Throwable;
Exception table:
from to target type
3 4 5 Class org.jruby.ir.runtime.IRBreakJump
3 4 7 Class java.lang.Throwable
MethodParameters:
Name Flags
context
self
wrap
}
SourceFile: "Compiler.java"
EnclosingMethod: org.jruby.ir.Compiler.execute:(Lorg/jruby/Ruby;Lorg/jruby/ir/IRScriptBody;Lorg/jruby/util/ClassDefiningClassLoader;)Lorg/jruby/ast/executable/ScriptAndCode;
NestHost: org.jruby.ir.Compiler
InnerClasses:
org.jruby.ir.Compiler$1