public class org.jruby.ir.instructions.NoResultCallInstr extends org.jruby.ir.instructions.CallBase
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.jruby.ir.instructions.NoResultCallInstr
super_class: org.jruby.ir.instructions.CallBase
{
public static org.jruby.ir.instructions.NoResultCallInstr create(org.jruby.ir.IRScope, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean);
descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)Lorg/jruby/ir/instructions/NoResultCallInstr;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=10, 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 5
ifnonnull 2
aload 4
invokestatic org.jruby.ir.instructions.NoResultCallInstr.containsArgSplat:([Lorg/jruby/ir/operands/Operand;)Z
ifne 2
aload 4
arraylength
iconst_1
if_icmpne 2
1: new org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr
dup
aload 0
aload 1
aload 2
aload 3
aload 4
aconst_null
iload 6
invokespecial org.jruby.ir.instructions.specialized.OneOperandArgNoBlockNoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
areturn
2: StackMap locals:
StackMap stack:
new org.jruby.ir.instructions.NoResultCallInstr
dup
aload 0
getstatic org.jruby.ir.Operation.NORESULT_CALL:Lorg/jruby/ir/Operation;
aload 1
aload 2
aload 3
aload 4
aload 5
iload 6
invokespecial org.jruby.ir.instructions.NoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 scope Lorg/jruby/ir/IRScope;
0 3 1 callType Lorg/jruby/runtime/CallType;
0 3 2 name Lorg/jruby/RubySymbol;
0 3 3 receiver Lorg/jruby/ir/operands/Operand;
0 3 4 args [Lorg/jruby/ir/operands/Operand;
0 3 5 closure Lorg/jruby/ir/operands/Operand;
0 3 6 isPotentiallyRefined Z
MethodParameters:
Name Flags
scope
callType
name
receiver
args
closure
isPotentiallyRefined
protected void <init>(org.jruby.ir.IRScope, org.jruby.ir.Operation, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean, org.jruby.runtime.CallSite, long);
descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
flags: (0x0004) ACC_PROTECTED
Code:
stack=12, locals=12, args_size=11
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 start local 9 start local 10 0: aload 0
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
iload 8
aload 9
lload 10
invokespecial org.jruby.ir.instructions.CallBase.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
1: return
end local 10 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 2 0 this Lorg/jruby/ir/instructions/NoResultCallInstr;
0 2 1 scope Lorg/jruby/ir/IRScope;
0 2 2 op Lorg/jruby/ir/Operation;
0 2 3 callType Lorg/jruby/runtime/CallType;
0 2 4 name Lorg/jruby/RubySymbol;
0 2 5 receiver Lorg/jruby/ir/operands/Operand;
0 2 6 args [Lorg/jruby/ir/operands/Operand;
0 2 7 closure Lorg/jruby/ir/operands/Operand;
0 2 8 potentiallyRefined Z
0 2 9 callSite Lorg/jruby/runtime/CallSite;
0 2 10 callSiteId J
MethodParameters:
Name Flags
scope
op
callType
name
receiver
args
closure
potentiallyRefined
callSite
callSiteId
public void <init>(org.jruby.ir.IRScope, org.jruby.ir.Operation, org.jruby.runtime.CallType, org.jruby.RubySymbol, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand[], org.jruby.ir.operands.Operand, boolean);
descriptor: (Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, 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
aload 1
aload 2
aload 3
aload 4
aload 5
aload 6
aload 7
iload 8
invokespecial org.jruby.ir.instructions.CallBase.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)V
1: return
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 2 0 this Lorg/jruby/ir/instructions/NoResultCallInstr;
0 2 1 scope Lorg/jruby/ir/IRScope;
0 2 2 op Lorg/jruby/ir/Operation;
0 2 3 callType Lorg/jruby/runtime/CallType;
0 2 4 name Lorg/jruby/RubySymbol;
0 2 5 receiver Lorg/jruby/ir/operands/Operand;
0 2 6 args [Lorg/jruby/ir/operands/Operand;
0 2 7 closure Lorg/jruby/ir/operands/Operand;
0 2 8 isPotentiallyRefined Z
MethodParameters:
Name Flags
scope
op
callType
name
receiver
args
closure
isPotentiallyRefined
public org.jruby.ir.operands.Variable getResult();
descriptor: ()Lorg/jruby/ir/operands/Variable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/jruby/ir/instructions/NoResultCallInstr;
public org.jruby.ir.instructions.Instr clone(org.jruby.ir.transformations.inlining.CloneInfo);
descriptor: (Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/instructions/Instr;
flags: (0x0001) ACC_PUBLIC
Code:
stack=13, locals=2, args_size=2
start local 0 start local 1 0: new org.jruby.ir.instructions.NoResultCallInstr
dup
aload 1
invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getScope:()Lorg/jruby/ir/IRScope;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getOperation:()Lorg/jruby/ir/Operation;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallType:()Lorg/jruby/runtime/CallType;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getName:()Lorg/jruby/RubySymbol;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getReceiver:()Lorg/jruby/ir/operands/Operand;
aload 1
invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
1: aload 0
aload 1
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.cloneCallArgs:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)[Lorg/jruby/ir/operands/Operand;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getClosureArg:()Lorg/jruby/ir/operands/Operand;
ifnonnull 2
aconst_null
goto 3
StackMap locals: org.jruby.ir.instructions.NoResultCallInstr org.jruby.ir.transformations.inlining.CloneInfo
StackMap stack: new 0 new 0 org.jruby.ir.IRScope org.jruby.ir.Operation org.jruby.runtime.CallType org.jruby.RubySymbol org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand[]
2: aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getClosureArg:()Lorg/jruby/ir/operands/Operand;
aload 1
invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
StackMap locals: org.jruby.ir.instructions.NoResultCallInstr org.jruby.ir.transformations.inlining.CloneInfo
StackMap stack: new 0 new 0 org.jruby.ir.IRScope org.jruby.ir.Operation org.jruby.runtime.CallType org.jruby.RubySymbol org.jruby.ir.operands.Operand org.jruby.ir.operands.Operand[] org.jruby.ir.operands.Operand
3: aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.isPotentiallyRefined:()Z
4: aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallSite:()Lorg/jruby/runtime/CallSite;
aload 0
invokevirtual org.jruby.ir.instructions.NoResultCallInstr.getCallSiteId:()J
5: invokespecial org.jruby.ir.instructions.NoResultCallInstr.<init>:(Lorg/jruby/ir/IRScope;Lorg/jruby/ir/Operation;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;ZLorg/jruby/runtime/CallSite;J)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/jruby/ir/instructions/NoResultCallInstr;
0 6 1 ii Lorg/jruby/ir/transformations/inlining/CloneInfo;
MethodParameters:
Name Flags
ii
public static org.jruby.ir.instructions.NoResultCallInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/NoResultCallInstr;
flags: (0x0009) ACC_PUBLIC, ACC_STATIC
Code:
stack=7, locals=9, args_size=1
start local 0 0: aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
istore 1
start local 1 1: getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
ifeq 2
getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "decoding call, ordinal: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 1
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
2: StackMap locals: int
StackMap stack:
aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeSymbol:()Lorg/jruby/RubySymbol;
astore 2
start local 2 3: getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
ifeq 4
getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "decoding call, methaddr: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
4: StackMap locals: org.jruby.RubySymbol
StackMap stack:
aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
astore 3
start local 3 5: aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeInt:()I
istore 4
start local 4 6: iload 4
ifge 7
iconst_1
goto 8
StackMap locals: org.jruby.ir.operands.Operand int
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: istore 5
start local 5 9: iload 5
ifeq 10
iconst_m1
iload 4
iconst_1
iadd
imul
goto 11
StackMap locals: int
StackMap stack:
10: iload 4
StackMap locals:
StackMap stack: int
11: istore 6
start local 6 12: getstatic org.jruby.RubyInstanceConfig.IR_READING_DEBUG:Z
ifeq 13
getstatic java.lang.System.out:Ljava/io/PrintStream;
new java.lang.StringBuilder
dup
ldc "ARGS: "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
iload 6
invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
ldc ", CLOSURE: "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
iload 5
invokevirtual java.lang.StringBuilder.append:(Z)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
invokevirtual java.io.PrintStream.println:(Ljava/lang/String;)V
13: StackMap locals: int
StackMap stack:
iload 6
anewarray org.jruby.ir.operands.Operand
astore 7
start local 7 14: iconst_0
istore 8
start local 8 15: goto 18
16: StackMap locals: org.jruby.ir.operands.Operand[] int
StackMap stack:
aload 7
iload 8
aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
aastore
17: iinc 8 1
StackMap locals:
StackMap stack:
18: iload 8
iload 6
if_icmplt 16
end local 8 19: iload 5
ifeq 20
aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
goto 21
StackMap locals:
StackMap stack:
20: aconst_null
StackMap locals:
StackMap stack: org.jruby.ir.operands.Operand
21: astore 8
start local 8 22: aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
iload 1
invokestatic org.jruby.runtime.CallType.fromOrdinal:(I)Lorg/jruby/runtime/CallType;
aload 2
aload 3
aload 7
aload 8
aload 0
invokeinterface org.jruby.ir.persistence.IRReaderDecoder.getCurrentScope:()Lorg/jruby/ir/IRScope;
invokevirtual org.jruby.ir.IRScope.maybeUsingRefinements:()Z
invokestatic org.jruby.ir.instructions.NoResultCallInstr.create:(Lorg/jruby/ir/IRScope;Lorg/jruby/runtime/CallType;Lorg/jruby/RubySymbol;Lorg/jruby/ir/operands/Operand;[Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;Z)Lorg/jruby/ir/instructions/NoResultCallInstr;
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 23 0 d Lorg/jruby/ir/persistence/IRReaderDecoder;
1 23 1 callTypeOrdinal I
3 23 2 name Lorg/jruby/RubySymbol;
5 23 3 receiver Lorg/jruby/ir/operands/Operand;
6 23 4 argsCount I
9 23 5 hasClosureArg Z
12 23 6 argsLength I
14 23 7 args [Lorg/jruby/ir/operands/Operand;
15 19 8 i I
22 23 8 closure Lorg/jruby/ir/operands/Operand;
MethodParameters:
Name Flags
d
public void visit(org.jruby.ir.IRVisitor);
descriptor: (Lorg/jruby/ir/IRVisitor;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 1
aload 0
invokevirtual org.jruby.ir.IRVisitor.NoResultCallInstr:(Lorg/jruby/ir/instructions/NoResultCallInstr;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/jruby/ir/instructions/NoResultCallInstr;
0 2 1 visitor Lorg/jruby/ir/IRVisitor;
MethodParameters:
Name Flags
visitor
}
SourceFile: "NoResultCallInstr.java"