| Package | Description |
|---|---|
| com.android.dx.io | |
| com.android.dx.io.instructions |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
OpcodeInfo.Info.getIndexType() |
static IndexType |
OpcodeInfo.getIndexType(int opcode)
Gets the
IndexType for the given opcode value. |
static IndexType |
IndexType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IndexType[] |
IndexType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Info(int opcode,
java.lang.String name,
InstructionCodec format,
IndexType indexType) |
| Modifier and Type | Method and Description |
|---|---|
IndexType |
DecodedInstruction.getIndexType() |
| Constructor and Description |
|---|
DecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal)
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.
|
RegisterRangeDecodedInstruction(InstructionCodec format,
int opcode,
int index,
IndexType indexType,
int target,
long literal,
int a,
int registerCount)
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.