public class org.jruby.ir.instructions.CopyInstr extends org.jruby.ir.instructions.OneOperandResultBaseInstr implements org.jruby.ir.instructions.FixedArityInstr
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.ir.instructions.CopyInstr
  super_class: org.jruby.ir.instructions.OneOperandResultBaseInstr
{
  public void <init>(org.jruby.ir.Operation, org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.jruby.ir.instructions.CopyInstr 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 source
         0: .line 19
            aload 0 /* this */
            aload 1 /* op */
            aload 2 /* result */
            aload 3 /* source */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 20
            return
        end local 3 // org.jruby.ir.operands.Operand source
        end local 2 // org.jruby.ir.operands.Variable result
        end local 1 // org.jruby.ir.Operation op
        end local 0 // org.jruby.ir.instructions.CopyInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/instructions/CopyInstr;
            0    2     1      op  Lorg/jruby/ir/Operation;
            0    2     2  result  Lorg/jruby/ir/operands/Variable;
            0    2     3  source  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
        Name  Flags
      op      
      result  
      source  

  public void <init>(org.jruby.ir.operands.Variable, org.jruby.ir.operands.Operand);
    descriptor: (Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.CopyInstr this
        start local 1 // org.jruby.ir.operands.Variable result
        start local 2 // org.jruby.ir.operands.Operand source
         0: .line 23
            aload 0 /* this */
            getstatic org.jruby.ir.Operation.COPY:Lorg/jruby/ir/Operation;
            aload 1 /* result */
            aload 2 /* source */
            invokespecial org.jruby.ir.instructions.CopyInstr.<init>:(Lorg/jruby/ir/Operation;Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
         1: .line 24
            return
        end local 2 // org.jruby.ir.operands.Operand source
        end local 1 // org.jruby.ir.operands.Variable result
        end local 0 // org.jruby.ir.instructions.CopyInstr this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/jruby/ir/instructions/CopyInstr;
            0    2     1  result  Lorg/jruby/ir/operands/Variable;
            0    2     2  source  Lorg/jruby/ir/operands/Operand;
    MethodParameters:
        Name  Flags
      result  
      source  

  public org.jruby.ir.operands.Operand getSource();
    descriptor: ()Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.ir.instructions.CopyInstr this
         0: .line 27
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.CopyInstr.getOperand1:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 0 // org.jruby.ir.instructions.CopyInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/ir/instructions/CopyInstr;

  public org.jruby.ir.operands.Operand simplifyAndGetResult(org.jruby.ir.IRScope, java.util.Map<org.jruby.ir.operands.Operand, org.jruby.ir.operands.Operand>);
    descriptor: (Lorg/jruby/ir/IRScope;Ljava/util/Map;)Lorg/jruby/ir/operands/Operand;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.jruby.ir.instructions.CopyInstr this
        start local 1 // org.jruby.ir.IRScope scope
        start local 2 // java.util.Map valueMap
         0: .line 32
            aload 0 /* this */
            aload 2 /* valueMap */
            iconst_0
            invokevirtual org.jruby.ir.instructions.CopyInstr.simplifyOperands:(Ljava/util/Map;Z)V
         1: .line 34
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.CopyInstr.getSource:()Lorg/jruby/ir/operands/Operand;
            areturn
        end local 2 // java.util.Map valueMap
        end local 1 // org.jruby.ir.IRScope scope
        end local 0 // org.jruby.ir.instructions.CopyInstr this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/jruby/ir/instructions/CopyInstr;
            0    2     1     scope  Lorg/jruby/ir/IRScope;
            0    2     2  valueMap  Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;
    Signature: (Lorg/jruby/ir/IRScope;Ljava/util/Map<Lorg/jruby/ir/operands/Operand;Lorg/jruby/ir/operands/Operand;>;)Lorg/jruby/ir/operands/Operand;
    MethodParameters:
          Name  Flags
      scope     
      valueMap  

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

  public static org.jruby.ir.instructions.CopyInstr decode(org.jruby.ir.persistence.IRReaderDecoder);
    descriptor: (Lorg/jruby/ir/persistence/IRReaderDecoder;)Lorg/jruby/ir/instructions/CopyInstr;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.jruby.ir.persistence.IRReaderDecoder d
         0: .line 43
            new org.jruby.ir.instructions.CopyInstr
            dup
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeVariable:()Lorg/jruby/ir/operands/Variable;
            aload 0 /* d */
            invokeinterface org.jruby.ir.persistence.IRReaderDecoder.decodeOperand:()Lorg/jruby/ir/operands/Operand;
            invokespecial org.jruby.ir.instructions.CopyInstr.<init>:(Lorg/jruby/ir/operands/Variable;Lorg/jruby/ir/operands/Operand;)V
            areturn
        end local 0 // org.jruby.ir.persistence.IRReaderDecoder d
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0     d  Lorg/jruby/ir/persistence/IRReaderDecoder;
    MethodParameters:
      Name  Flags
      d     

  public void encode(org.jruby.ir.persistence.IRWriterEncoder);
    descriptor: (Lorg/jruby/ir/persistence/IRWriterEncoder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.ir.instructions.CopyInstr this
        start local 1 // org.jruby.ir.persistence.IRWriterEncoder e
         0: .line 48
            aload 0 /* this */
            aload 1 /* e */
            invokespecial org.jruby.ir.instructions.OneOperandResultBaseInstr.encode:(Lorg/jruby/ir/persistence/IRWriterEncoder;)V
         1: .line 49
            aload 1 /* e */
            aload 0 /* this */
            invokevirtual org.jruby.ir.instructions.CopyInstr.getSource:()Lorg/jruby/ir/operands/Operand;
            invokeinterface org.jruby.ir.persistence.IRWriterEncoder.encode:(Lorg/jruby/ir/operands/Operand;)V
         2: .line 50
            return
        end local 1 // org.jruby.ir.persistence.IRWriterEncoder e
        end local 0 // org.jruby.ir.instructions.CopyInstr this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/ir/instructions/CopyInstr;
            0    3     1     e  Lorg/jruby/ir/persistence/IRWriterEncoder;
    MethodParameters:
      Name  Flags
      e     

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