| Package | Description |
|---|---|
| com.android.dx.io | |
| com.android.dx.io.instructions |
| Modifier and Type | Method and Description |
|---|---|
InstructionCodec |
OpcodeInfo.Info.getFormat() |
static InstructionCodec |
OpcodeInfo.getFormat(int opcode)
Gets the format (an
InstructionCodec) for the given opcode
value. |
| Constructor and Description |
|---|
Info(int opcode,
java.lang.String name,
InstructionCodec format,
IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
InstructionCodec |
DecodedInstruction.getFormat() |
static InstructionCodec |
InstructionCodec.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static InstructionCodec[] |
InstructionCodec.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
DecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
byte[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
long[] data)
Constructs an instance.
|
FillArrayDataPayloadDecodedInstruction(InstructionCodec format,
int opcode,
short[] data)
Constructs an instance.
|
FiveRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int b,
int c,
int d,
int e)
Constructs an instance.
|
FourRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int b,
int c,
int d)
Constructs an instance.
|
InvokePolymorphicDecodedInstruction(InstructionCodec format,
int opcode,
int methodIndex,
IndexType indexType,
int protoIndex,
int[] registers) |
InvokePolymorphicRangeDecodedInstruction(InstructionCodec format,
int opcode,
int methodIndex,
IndexType indexType,
int c,
int registerCount,
int protoIndex) |
OneRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a)
Constructs an instance.
|
PackedSwitchPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int firstKey,
int[] targets)
Constructs an instance.
|
RegisterRangeDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int registerCount)
Constructs an instance.
|
SparseSwitchPayloadDecodedInstruction(InstructionCodec format,
int opcode,
int[] keys,
int[] targets)
Constructs an instance.
|
ThreeRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int b,
int c)
Constructs an instance.
|
TwoRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int b)
Constructs an instance.
|
ZeroRegisterDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal)
Constructs an instance.
|
Copyright © 2020. All Rights Reserved.