|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IndexType | |
|---|---|
| com.android.dx.io | |
| com.android.dx.io.instructions | |
| Uses of IndexType in com.android.dx.io |
|---|
| Methods in com.android.dx.io that return IndexType | |
|---|---|
IndexType |
OpcodeInfo.Info.getIndexType()
|
static IndexType |
OpcodeInfo.getIndexType(int opcode)
Gets the IndexType for the given opcode value. |
static IndexType |
IndexType.valueOf(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. |
| Constructors in com.android.dx.io with parameters of type IndexType | |
|---|---|
OpcodeInfo.Info(int opcode,
String name,
InstructionCodec format,
IndexType indexType)
|
|
| Uses of IndexType in com.android.dx.io.instructions |
|---|
| Methods in com.android.dx.io.instructions that return IndexType | |
|---|---|
IndexType |
DecodedInstruction.getIndexType()
|
| Constructors in com.android.dx.io.instructions with parameters of type IndexType | |
|---|---|
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. |
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||