public class org.jruby.ir.interpreter.FullInterpreterContext extends org.jruby.ir.interpreter.InterpreterContext
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ir.interpreter.FullInterpreterContext
super_class: org.jruby.ir.interpreter.InterpreterContext
{
private org.jruby.ir.representations.CFG cfg;
descriptor: Lorg/jruby/ir/representations/CFG;
flags: (0x0002) ACC_PRIVATE
private org.jruby.ir.representations.BasicBlock[] linearizedBBList;
descriptor: [Lorg/jruby/ir/representations/BasicBlock;
flags: (0x0002) ACC_PRIVATE
private java.util.Map<java.lang.String, org.jruby.ir.dataflow.DataFlowProblem> dataFlowProblems;
descriptor: Ljava/util/Map;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Map<Ljava/lang/String;Lorg/jruby/ir/dataflow/DataFlowProblem;>;
private java.util.List<org.jruby.ir.passes.CompilerPass> executedPasses;
descriptor: Ljava/util/List;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/List<Lorg/jruby/ir/passes/CompilerPass;>;
private java.util.Set<org.jruby.ir.operands.LocalVariable> definedLocalVars;
descriptor: Ljava/util/Set;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Set<Lorg/jruby/ir/operands/LocalVariable;>;
private java.util.Set<org.jruby.ir.operands.LocalVariable> usedLocalVars;
descriptor: Ljava/util/Set;
flags: (0x0002) ACC_PRIVATE
Signature: Ljava/util/Set<Lorg/jruby/ir/operands/LocalVariable;>;
public int floatVariableIndex;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public int fixnumVariableIndex;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public int booleanVariableIndex;
descriptor: I
flags: (0x0001) ACC_PUBLIC
public void <init>(org.jruby.ir.IRScope, org.jruby.ir.representations.CFG, org.jruby.ir.representations.BasicBlock[]);
descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/representations/CFG;[Lorg/jruby/ir/representations/BasicBlock;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aconst_null
invokespecial org.jruby.ir.interpreter.InterpreterContext.<init>:(Lorg/jruby/ir/IRScope;Ljava/util/List;)V
1: aload 0
aconst_null
putfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.jruby.ir.interpreter.FullInterpreterContext.executedPasses:Ljava/util/List;
3: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.floatVariableIndex:I
4: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.fixnumVariableIndex:I
5: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.booleanVariableIndex:I
6: aload 0
aload 2
putfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
7: aload 0
aload 3
putfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
8: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 9 1 scope Lorg/jruby/ir/IRScope;
0 9 2 cfg Lorg/jruby/ir/representations/CFG;
0 9 3 linearizedBBList [Lorg/jruby/ir/representations/BasicBlock;
MethodParameters:
Name Flags
scope
cfg
linearizedBBList
public void <init>(org.jruby.ir.IRScope, org.jruby.ir.instructions.Instr[]);
descriptor: (Lorg/jruby/ir/IRScope;[Lorg/jruby/ir/instructions/Instr;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aconst_null
invokespecial org.jruby.ir.interpreter.InterpreterContext.<init>:(Lorg/jruby/ir/IRScope;Ljava/util/List;)V
1: aload 0
aconst_null
putfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
2: aload 0
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
putfield org.jruby.ir.interpreter.FullInterpreterContext.executedPasses:Ljava/util/List;
3: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.floatVariableIndex:I
4: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.fixnumVariableIndex:I
5: aload 0
iconst_m1
putfield org.jruby.ir.interpreter.FullInterpreterContext.booleanVariableIndex:I
6: aload 0
aload 0
aload 2
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.buildCFG:([Lorg/jruby/ir/instructions/Instr;)Lorg/jruby/ir/representations/CFG;
putfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
7: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 8 1 scope Lorg/jruby/ir/IRScope;
0 8 2 instructions [Lorg/jruby/ir/instructions/Instr;
MethodParameters:
Name Flags
scope
instructions
public boolean buildComplete();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
ifnull 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public org.jruby.ir.representations.BasicBlock[] linearizeBasicBlocks();
descriptor: ()[Lorg/jruby/ir/representations/BasicBlock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
invokestatic org.jruby.ir.representations.CFGLinearizer.linearize:(Lorg/jruby/ir/representations/CFG;)[Lorg/jruby/ir/representations/BasicBlock;
putfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
1: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
private org.jruby.ir.representations.CFG buildCFG(org.jruby.ir.instructions.Instr[]);
descriptor: ([Lorg/jruby/ir/instructions/Instr;)Lorg/jruby/ir/representations/CFG;
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: new org.jruby.ir.representations.CFG
dup
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokespecial org.jruby.ir.representations.CFG.<init>:(Lorg/jruby/ir/IRScope;)V
astore 2
start local 2 1: aload 2
aload 1
invokevirtual org.jruby.ir.representations.CFG.build:([Lorg/jruby/ir/instructions/Instr;)Lorg/jruby/dirgra/DirectedGraph;
pop
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 3 1 instructions [Lorg/jruby/ir/instructions/Instr;
1 3 2 newCFG Lorg/jruby/ir/representations/CFG;
MethodParameters:
Name Flags
instructions
public boolean hasExplicitCallProtocol();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
getstatic org.jruby.ir.IRFlags.HAS_EXPLICIT_CALL_PROTOCOL:Lorg/jruby/ir/IRFlags;
invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public boolean pushNewDynScope();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
getstatic org.jruby.ir.IRFlags.DYNSCOPE_ELIMINATED:Lorg/jruby/ir/IRFlags;
invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
ifne 1
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.reuseParentDynScope:()Z
ifne 1
iconst_1
ireturn
StackMap locals:
StackMap stack:
1: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public boolean popDynScope();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.pushNewDynScope:()Z
ifne 1
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.reuseParentDynScope:()Z
ifne 1
iconst_0
ireturn
StackMap locals:
StackMap stack:
1: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public boolean reuseParentDynScope();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getFlags:()Ljava/util/EnumSet;
getstatic org.jruby.ir.IRFlags.REUSE_PARENT_DYNSCOPE:Lorg/jruby/ir/IRFlags;
invokevirtual java.util.EnumSet.contains:(Ljava/lang/Object;)Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public void generateInstructionsForInterpretation();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=11, args_size=1
start local 0 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.linearizeBasicBlocks:()[Lorg/jruby/ir/representations/BasicBlock;
pop
1: new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 1
start local 1 2: iconst_0
istore 2
start local 2 3: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getLinearizedBBList:()[Lorg/jruby/ir/representations/BasicBlock;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 18
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int top int int org.jruby.ir.representations.BasicBlock[]
StackMap stack:
4: aload 6
iload 4
aaload
astore 3
start local 3 5: aload 3
invokevirtual org.jruby.ir.representations.BasicBlock.getLabel:()Lorg/jruby/ir/operands/Label;
iload 2
invokevirtual org.jruby.ir.operands.Label.setTargetPC:(I)V
6: aload 3
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
astore 7
start local 7 7: aload 7
invokeinterface java.util.List.size:()I
istore 8
start local 8 8: iconst_0
istore 9
start local 9 9: goto 16
10: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.representations.BasicBlock int int org.jruby.ir.representations.BasicBlock[] java.util.List int int
StackMap stack:
aload 7
iload 9
invokeinterface java.util.List.get:(I)Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr
astore 10
start local 10 11: aload 10
instanceof org.jruby.ir.instructions.ReceiveSelfInstr
ifne 15
12: aload 10
instanceof org.jruby.ir.instructions.LabelInstr
ifeq 13
aload 10
checkcast org.jruby.ir.instructions.LabelInstr
invokevirtual org.jruby.ir.instructions.LabelInstr.getLabel:()Lorg/jruby/ir/operands/Label;
iload 2
invokevirtual org.jruby.ir.operands.Label.setTargetPC:(I)V
13: StackMap locals: org.jruby.ir.instructions.Instr
StackMap stack:
aload 1
aload 10
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
14: iinc 2 1
end local 10 15: StackMap locals:
StackMap stack:
iinc 9 1
StackMap locals:
StackMap stack:
16: iload 9
iload 8
if_icmplt 10
end local 9 end local 8 end local 7 end local 3 17: iinc 4 1
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int top int int org.jruby.ir.representations.BasicBlock[]
StackMap stack:
18: iload 4
iload 5
if_icmplt 4
19: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
invokevirtual org.jruby.ir.representations.CFG.getExitBB:()Lorg/jruby/ir/representations/BasicBlock;
invokevirtual org.jruby.ir.representations.BasicBlock.getLabel:()Lorg/jruby/ir/operands/Label;
iload 2
iconst_1
iadd
invokevirtual org.jruby.ir.operands.Label.setTargetPC:(I)V
20: aload 1
aload 1
invokeinterface java.util.List.size:()I
anewarray org.jruby.ir.instructions.Instr
invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr[]
astore 3
start local 3 21: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getLinearizedBBList:()[Lorg/jruby/ir/representations/BasicBlock;
astore 4
start local 4 22: aload 0
iconst_2
aload 4
arraylength
imul
newarray 10
putfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
23: iconst_0
istore 2
24: iconst_0
istore 5
start local 5 25: goto 41
26: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] org.jruby.ir.representations.BasicBlock[] int
StackMap stack:
aload 4
iload 5
aaload
astore 6
start local 6 27: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
aload 6
invokevirtual org.jruby.ir.representations.CFG.getRescuerBBFor:(Lorg/jruby/ir/representations/BasicBlock;)Lorg/jruby/ir/representations/BasicBlock;
astore 7
start local 7 28: aload 7
ifnonnull 29
iconst_m1
goto 30
StackMap locals: org.jruby.ir.representations.BasicBlock org.jruby.ir.representations.BasicBlock
StackMap stack:
29: aload 7
invokevirtual org.jruby.ir.representations.BasicBlock.getLabel:()Lorg/jruby/ir/operands/Label;
invokevirtual org.jruby.ir.operands.Label.getTargetPC:()I
StackMap locals:
StackMap stack: int
30: istore 8
start local 8 31: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
iload 5
iconst_2
imul
iload 2
aload 6
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
invokeinterface java.util.List.size:()I
iadd
iastore
32: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
iload 5
iconst_2
imul
iconst_1
iadd
iload 8
iastore
33: aload 6
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 10
goto 39
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] org.jruby.ir.representations.BasicBlock[] int org.jruby.ir.representations.BasicBlock org.jruby.ir.representations.BasicBlock int top java.util.Iterator
StackMap stack:
34: aload 10
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr
astore 9
start local 9 35: aload 9
instanceof org.jruby.ir.instructions.ReceiveSelfInstr
ifne 38
36: iinc 2 1
37: goto 39
38: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] org.jruby.ir.representations.BasicBlock[] int org.jruby.ir.representations.BasicBlock org.jruby.ir.representations.BasicBlock int org.jruby.ir.instructions.Instr java.util.Iterator
StackMap stack:
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
iload 5
iconst_2
imul
dup2
iaload
iconst_1
isub
iastore
end local 9 39: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] org.jruby.ir.representations.BasicBlock[] int org.jruby.ir.representations.BasicBlock org.jruby.ir.representations.BasicBlock int top java.util.Iterator
StackMap stack:
aload 10
invokeinterface java.util.Iterator.hasNext:()Z
ifne 34
end local 8 end local 7 end local 6 40: iinc 5 1
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.util.List int org.jruby.ir.instructions.Instr[] org.jruby.ir.representations.BasicBlock[] int
StackMap stack:
41: iload 5
aload 4
arraylength
if_icmplt 26
end local 5 42: aload 0
aload 3
putfield org.jruby.ir.interpreter.FullInterpreterContext.instructions:[Lorg/jruby/ir/instructions/Instr;
43: aload 0
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getTemporaryVariablesCount:()I
putfield org.jruby.ir.interpreter.FullInterpreterContext.temporaryVariableCount:I
44: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 45 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
2 45 1 newInstrs Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;
3 45 2 ipc I
5 17 3 b Lorg/jruby/ir/representations/BasicBlock;
7 17 7 bbInstrs Ljava/util/List<Lorg/jruby/ir/instructions/Instr;>;
8 17 8 bbInstrsLength I
9 17 9 i I
11 15 10 instr Lorg/jruby/ir/instructions/Instr;
21 45 3 linearizedInstrArray [Lorg/jruby/ir/instructions/Instr;
22 45 4 basicBlocks [Lorg/jruby/ir/representations/BasicBlock;
25 42 5 i I
27 40 6 bb Lorg/jruby/ir/representations/BasicBlock;
28 40 7 rescuerBB Lorg/jruby/ir/representations/BasicBlock;
31 40 8 rescuerPC I
35 39 9 instr Lorg/jruby/ir/instructions/Instr;
public org.jruby.ir.representations.CFG getCFG();
descriptor: ()Lorg/jruby/ir/representations/CFG;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public void computeScopeFlagsFromInstructions();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
invokevirtual org.jruby.ir.representations.CFG.getBasicBlocks:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 2
goto 6
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext top java.util.Iterator
StackMap stack:
1: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.representations.BasicBlock
astore 1
start local 1 2: aload 1
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 5
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.representations.BasicBlock java.util.Iterator top java.util.Iterator
StackMap stack:
3: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr
astore 3
start local 3 4: aload 3
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.instructions.Instr.computeScopeFlags:(Lorg/jruby/ir/IRScope;)Z
pop
end local 3 5: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
end local 1 6: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext top java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
7: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 8 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
2 6 1 b Lorg/jruby/ir/representations/BasicBlock;
4 5 3 i Lorg/jruby/ir/instructions/Instr;
public java.util.Map<java.lang.String, org.jruby.ir.dataflow.DataFlowProblem> getDataFlowProblems();
descriptor: ()Ljava/util/Map;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.dataFlowProblems:Ljava/util/Map;
ifnonnull 1
aload 0
new java.util.HashMap
dup
invokespecial java.util.HashMap.<init>:()V
putfield org.jruby.ir.interpreter.FullInterpreterContext.dataFlowProblems:Ljava/util/Map;
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.dataFlowProblems:Ljava/util/Map;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
Signature: ()Ljava/util/Map<Ljava/lang/String;Lorg/jruby/ir/dataflow/DataFlowProblem;>;
public java.util.List<org.jruby.ir.passes.CompilerPass> getExecutedPasses();
descriptor: ()Ljava/util/List;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.executedPasses:Ljava/util/List;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
Signature: ()Ljava/util/List<Lorg/jruby/ir/passes/CompilerPass;>;
public org.jruby.ir.representations.BasicBlock[] getLinearizedBBList();
descriptor: ()[Lorg/jruby/ir/representations/BasicBlock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public java.lang.String toStringInstrs();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "\nCFG:\n"
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
invokevirtual org.jruby.ir.representations.CFG.toStringGraph:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc "\nInstructions:\n"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
invokevirtual org.jruby.ir.representations.CFG.toStringInstrs:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
public java.lang.String toStringLinearized();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=6, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getLinearizedBBList:()[Lorg/jruby/ir/representations/BasicBlock;
dup
astore 5
arraylength
istore 4
iconst_0
istore 3
goto 5
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext java.lang.StringBuilder top int int org.jruby.ir.representations.BasicBlock[]
StackMap stack:
2: aload 5
iload 3
aaload
astore 2
start local 2 3: aload 1
new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
aload 2
invokevirtual org.jruby.ir.representations.BasicBlock.toStringInstrs:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
end local 2 4: iinc 3 1
StackMap locals:
StackMap stack:
5: iload 3
iload 4
if_icmplt 2
6: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
1 7 1 buf Ljava/lang/StringBuilder;
3 4 2 bb Lorg/jruby/ir/representations/BasicBlock;
public org.jruby.ir.interpreter.FullInterpreterContext duplicate();
descriptor: ()Lorg/jruby/ir/interpreter/FullInterpreterContext;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=4, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.cfg:Lorg/jruby/ir/representations/CFG;
new org.jruby.ir.transformations.inlining.SimpleCloneInfo
dup
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
iconst_0
iconst_1
invokespecial org.jruby.ir.transformations.inlining.SimpleCloneInfo.<init>:(Lorg/jruby/ir/IRScope;ZZ)V
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.representations.CFG.clone:(Lorg/jruby/ir/transformations/inlining/CloneInfo;Lorg/jruby/ir/IRScope;)Lorg/jruby/ir/representations/CFG;
astore 1
start local 1 1: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
arraylength
anewarray org.jruby.ir.representations.BasicBlock
astore 2
start local 2 2: iconst_0
istore 3
start local 3 3: goto 6
4: StackMap locals: org.jruby.ir.representations.CFG org.jruby.ir.representations.BasicBlock[] int
StackMap stack:
aload 2
iload 3
aload 1
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
iload 3
aaload
invokevirtual org.jruby.ir.representations.BasicBlock.getLabel:()Lorg/jruby/ir/operands/Label;
invokevirtual org.jruby.ir.representations.CFG.getBBForLabel:(Lorg/jruby/ir/operands/Label;)Lorg/jruby/ir/representations/BasicBlock;
aastore
5: iinc 3 1
StackMap locals:
StackMap stack:
6: iload 3
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.linearizedBBList:[Lorg/jruby/ir/representations/BasicBlock;
arraylength
if_icmplt 4
end local 3 7: new org.jruby.ir.interpreter.FullInterpreterContext
dup
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
aload 1
aload 2
invokespecial org.jruby.ir.interpreter.FullInterpreterContext.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/representations/CFG;[Lorg/jruby/ir/representations/BasicBlock;)V
8: areturn
end local 2 end local 1 9: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext
StackMap stack: java.lang.Throwable
astore 1
start local 1 10: aload 1
invokevirtual java.lang.Throwable.printStackTrace:()V
11: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 12 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
1 9 1 newCFG Lorg/jruby/ir/representations/CFG;
2 9 2 newLinearizedBBList [Lorg/jruby/ir/representations/BasicBlock;
3 7 3 i I
10 12 1 t Ljava/lang/Throwable;
Exception table:
from to target type
0 8 9 Class java.lang.Throwable
public int determineRPC(int);
descriptor: (I)I
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
arraylength
istore 2
start local 2 1: iconst_0
istore 3
start local 3 2: goto 5
3: StackMap locals: int int
StackMap stack:
iload 1
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
iload 3
iaload
if_icmpgt 4
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.rescueIPCs:[I
iload 3
iconst_1
iadd
iaload
ireturn
4: StackMap locals:
StackMap stack:
iinc 3 2
StackMap locals:
StackMap stack:
5: iload 3
iconst_1
iadd
iload 2
if_icmplt 3
end local 3 6: new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "BUG: no RPC found for "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getFileName:()Ljava/lang/String;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getName:()Lorg/jruby/RubySymbol;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
ldc ":"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 7 1 ipc I
1 7 2 length I
2 6 3 i I
MethodParameters:
Name Flags
ipc
public org.jruby.ir.representations.BasicBlock findBasicBlockOf(long);
descriptor: (J)Lorg/jruby/ir/representations/BasicBlock;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=10, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.linearizeBasicBlocks:()[Lorg/jruby/ir/representations/BasicBlock;
dup
astore 6
arraylength
istore 5
iconst_0
istore 4
goto 9
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext long top int int org.jruby.ir.representations.BasicBlock[]
StackMap stack:
1: aload 6
iload 4
aaload
astore 3
start local 3 2: aload 3
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 8
goto 7
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext long org.jruby.ir.representations.BasicBlock int int org.jruby.ir.representations.BasicBlock[] top java.util.Iterator
StackMap stack:
3: aload 8
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr
astore 7
start local 7 4: aload 7
instanceof org.jruby.ir.instructions.Site
ifeq 7
5: aload 7
checkcast org.jruby.ir.instructions.Site
astore 9
start local 9 6: aload 9
invokeinterface org.jruby.ir.instructions.Site.getCallSiteId:()J
lload 1
lcmp
ifne 7
aload 3
areturn
end local 9 end local 7 7: StackMap locals:
StackMap stack:
aload 8
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
end local 3 8: iinc 4 1
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext long top int int org.jruby.ir.representations.BasicBlock[]
StackMap stack:
9: iload 4
iload 5
if_icmplt 1
10: new java.lang.RuntimeException
dup
new java.lang.StringBuilder
dup
ldc "Bug: Looking for callsiteId: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
lload 1
invokevirtual java.lang.StringBuilder.append:(J)Ljava/lang/StringBuilder;
ldc " in "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
aload 0
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
athrow
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 11 1 callsiteId J
2 8 3 basicBlock Lorg/jruby/ir/representations/BasicBlock;
4 7 7 instr Lorg/jruby/ir/instructions/Instr;
6 7 9 site Lorg/jruby/ir/instructions/Site;
MethodParameters:
Name Flags
callsiteId
public java.util.Set<org.jruby.ir.operands.LocalVariable> getUsedLocalVariables();
descriptor: ()Ljava/util/Set;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.usedLocalVars:Ljava/util/Set;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
Signature: ()Ljava/util/Set<Lorg/jruby/ir/operands/LocalVariable;>;
public void setUpUseDefLocalVarMaps();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=7, args_size=1
start local 0 0: aload 0
new java.util.HashSet
dup
iconst_1
invokespecial java.util.HashSet.<init>:(I)V
putfield org.jruby.ir.interpreter.FullInterpreterContext.definedLocalVars:Ljava/util/Set;
1: aload 0
new java.util.HashSet
dup
iconst_1
invokespecial java.util.HashSet.<init>:(I)V
putfield org.jruby.ir.interpreter.FullInterpreterContext.usedLocalVars:Ljava/util/Set;
2: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getCFG:()Lorg/jruby/ir/representations/CFG;
invokevirtual org.jruby.ir.representations.CFG.getBasicBlocks:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 2
goto 15
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext top java.util.Iterator
StackMap stack:
3: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.representations.BasicBlock
astore 1
start local 1 4: aload 1
invokevirtual org.jruby.ir.representations.BasicBlock.getInstrs:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 14
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.representations.BasicBlock java.util.Iterator top java.util.Iterator
StackMap stack:
5: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.instructions.Instr
astore 3
start local 3 6: aload 3
invokevirtual org.jruby.ir.instructions.Instr.getUsedVariables:()Ljava/util/List;
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 6
goto 9
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.representations.BasicBlock java.util.Iterator org.jruby.ir.instructions.Instr java.util.Iterator top java.util.Iterator
StackMap stack:
7: aload 6
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.operands.Variable
astore 5
start local 5 8: aload 5
instanceof org.jruby.ir.operands.LocalVariable
ifeq 9
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.usedLocalVars:Ljava/util/Set;
aload 5
checkcast org.jruby.ir.operands.LocalVariable
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 5 9: StackMap locals:
StackMap stack:
aload 6
invokeinterface java.util.Iterator.hasNext:()Z
ifne 7
10: aload 3
instanceof org.jruby.ir.instructions.ResultInstr
ifeq 14
11: aload 3
checkcast org.jruby.ir.instructions.ResultInstr
invokeinterface org.jruby.ir.instructions.ResultInstr.getResult:()Lorg/jruby/ir/operands/Variable;
astore 5
start local 5 12: aload 5
instanceof org.jruby.ir.operands.LocalVariable
ifeq 14
aload 5
checkcast org.jruby.ir.operands.LocalVariable
invokevirtual org.jruby.ir.operands.LocalVariable.isOuterScopeVar:()Z
ifne 14
13: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.definedLocalVars:Ljava/util/Set;
aload 5
checkcast org.jruby.ir.operands.LocalVariable
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
end local 5 end local 3 14: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.representations.BasicBlock java.util.Iterator top java.util.Iterator
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 5
end local 1 15: StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext top java.util.Iterator
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
16: aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getClosures:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 2
goto 19
StackMap locals:
StackMap stack:
17: aload 2
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.IRClosure
astore 1
start local 1 18: aload 1
invokevirtual org.jruby.ir.IRClosure.getFullInterpreterContext:()Lorg/jruby/ir/interpreter/FullInterpreterContext;
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.setUpUseDefLocalVarMaps:()V
end local 1 19: StackMap locals:
StackMap stack:
aload 2
invokeinterface java.util.Iterator.hasNext:()Z
ifne 17
20: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 21 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
4 15 1 bb Lorg/jruby/ir/representations/BasicBlock;
6 14 3 i Lorg/jruby/ir/instructions/Instr;
8 9 5 v Lorg/jruby/ir/operands/Variable;
12 14 5 v Lorg/jruby/ir/operands/Variable;
18 19 1 cl Lorg/jruby/ir/IRClosure;
public boolean usesLocalVariable(org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/operands/Variable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.usedLocalVars:Ljava/util/Set;
ifnonnull 1
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.setUpUseDefLocalVarMaps:()V
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.usedLocalVars:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifeq 2
iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getClosures:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.operands.Variable top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.IRClosure
astore 2
start local 2 4: aload 2
invokevirtual org.jruby.ir.IRClosure.getFullInterpreterContext:()Lorg/jruby/ir/interpreter/FullInterpreterContext;
aload 1
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.usesLocalVariable:(Lorg/jruby/ir/operands/Variable;)Z
ifeq 5
iconst_1
ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 7 1 v Lorg/jruby/ir/operands/Variable;
4 5 2 cl Lorg/jruby/ir/IRClosure;
MethodParameters:
Name Flags
v
public boolean definesLocalVariable(org.jruby.ir.operands.Variable);
descriptor: (Lorg/jruby/ir/operands/Variable;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.definedLocalVars:Ljava/util/Set;
ifnonnull 1
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.setUpUseDefLocalVarMaps:()V
1: StackMap locals:
StackMap stack:
aload 0
getfield org.jruby.ir.interpreter.FullInterpreterContext.definedLocalVars:Ljava/util/Set;
aload 1
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifeq 2
iconst_1
ireturn
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.getScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.getClosures:()Ljava/util/Collection;
invokeinterface java.util.Collection.iterator:()Ljava/util/Iterator;
astore 3
goto 5
StackMap locals: org.jruby.ir.interpreter.FullInterpreterContext org.jruby.ir.operands.Variable top java.util.Iterator
StackMap stack:
3: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast org.jruby.ir.IRClosure
astore 2
start local 2 4: aload 2
invokevirtual org.jruby.ir.IRClosure.getFullInterpreterContext:()Lorg/jruby/ir/interpreter/FullInterpreterContext;
aload 1
invokevirtual org.jruby.ir.interpreter.FullInterpreterContext.definesLocalVariable:(Lorg/jruby/ir/operands/Variable;)Z
ifeq 5
iconst_1
ireturn
end local 2 5: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 3
6: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/jruby/ir/interpreter/FullInterpreterContext;
0 7 1 v Lorg/jruby/ir/operands/Variable;
4 5 2 cl Lorg/jruby/ir/IRClosure;
MethodParameters:
Name Flags
v
}
SourceFile: "FullInterpreterContext.java"