Class RegisterRangeDecodedInstruction

java.lang.Object
com.android.dx.io.instructions.DecodedInstruction
com.android.dx.io.instructions.RegisterRangeDecodedInstruction

public final class RegisterRangeDecodedInstruction extends DecodedInstruction
A decoded Dalvik instruction which has register range arguments (an "A" start register and a register count).
  • Constructor Details

    • RegisterRangeDecodedInstruction

      public RegisterRangeDecodedInstruction(InstructionCodec format, int opcode, int index, IndexType indexType, int target, long literal, int a, int registerCount)
      Constructs an instance.
  • Method Details