public class org.jruby.ir.instructions.boxing.AluInstr extends org.jruby.ir.instructions.NOperandResultBaseInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.boxing.AluInstr
  super_class: org.jruby.ir.instructions.NOperandResultBaseInstr
{
  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=5, args_size=5
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr this
        start local 1 // org.jruby.ir.Operation op
        start local 2 // org.jruby.ir.operands.Variable result
        start local 3 // org.jruby.ir.operands.Operand a1
        start local 4 // org.jruby.ir.operands.Operand a2
         0: .line 14
            aload 0 /* this */
            aload 1 /* op */
            aload 2 /* result */
            iconst_2
            anewarray org.jruby.ir.operands.Operand
            dup
            iconst_0
            aload 3 /* a1 */
            aastore
            dup
            iconst_1
            aload 4 /* a2 */
            aastore
            invokespecial org.jruby.ir.instructions.NOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;[Lorg/jruby/ir/operands/Operand;)V
         1: .line 15
            return
        end local 4 // org.jruby.ir.operands.Operand a2
        end local 3 // org.jruby.ir.operands.Operand a1
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/instructions/boxing/AluInstr;
            0    2     1      op  Lorg/jruby/ir/Operation;
            0    2     2  result  Lorg/jruby/ir/operands/Variable;
            0    2     3      a1  Lorg/jruby/ir/operands/Operand;
            0    2     4      a2  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
        Name  Flags
      op      
      result  
      a1      
      a2      

  public org.jruby.ir.operands.Operand getArg1();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr this
         0: .line 18
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getOperands:()[Lorg/jruby/ir/operands/Operand;
            iconst_0
            aaload
            areturn
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/boxing/AluInstr;

  public org.jruby.ir.operands.Operand getArg2();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr this
         0: .line 22
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getOperands:()[Lorg/jruby/ir/operands/Operand;
            iconst_1
            aaload
            areturn
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/boxing/AluInstr;

  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=7, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.boxing.AluInstr this
        start local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
         0: .line 27
            new org.jruby.ir.instructions.boxing.AluInstr
            dup
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getOperation:()Lorg/jruby/ir/Operation;
            aload 1 /* ii */
            aload 0 /* this */
            getfield org.jruby.ir.instructions.boxing.AluInstr.result:Lorg/jruby/ir/operands/Variable;
            invokevirtual org.jruby.ir.transformations.inlining.CloneInfo.getRenamedVariable:(Lorg/jruby/ir/operands/Variable;)Lorg/jruby/ir/operands/Variable;
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg1:()Lorg/jruby/ir/operands/Operand;
            aload 1 /* ii */
            invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
         1: .line 28
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.boxing.AluInstr.getArg2:()Lorg/jruby/ir/operands/Operand;
            aload 1 /* ii */
            invokevirtual org.jruby.ir.operands.Operand.cloneForInlining:(Lorg/jruby/ir/transformations/inlining/CloneInfo;)Lorg/jruby/ir/operands/Operand;
         2: .line 27
            invokespecial org.jruby.ir.instructions.boxing.AluInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 1 // org.jruby.ir.transformations.inlining.CloneInfo ii
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/boxing/AluInstr;
            0    3     1    ii  Lorg/jruby/ir/transformations/inlining/CloneInfo;
    MethodParameters:
      Name  Flags
      ii    

  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 // org.jruby.ir.instructions.boxing.AluInstr this
        start local 1 // org.jruby.ir.IRVisitor visitor
         0: .line 33
            aload 1 /* visitor */
            aload 0 /* this */
            invokevirtual org.jruby.ir.IRVisitor.AluInstr:(Lorg/jruby/ir/instructions/boxing/AluInstr;)V
         1: .line 34
            return
        end local 1 // org.jruby.ir.IRVisitor visitor
        end local 0 // org.jruby.ir.instructions.boxing.AluInstr this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/jruby/ir/instructions/boxing/AluInstr;
            0    2     1  visitor  Lorg/jruby/ir/IRVisitor;
    MethodParameters:
         Name  Flags
      visitor  
}
SourceFile: "AluInstr.java"