| Package | Description |
|---|---|
| com.android.dx.io.instructions |
| Modifier and Type | Class and Description |
|---|---|
class |
ShortArrayCodeInput
Implementation of
CodeInput that reads from a short[]. |
| Modifier and Type | Method and Description |
|---|---|
static DecodedInstruction |
DecodedInstruction.decode(CodeInput in)
Decodes an instruction from the given input source.
|
abstract DecodedInstruction |
InstructionCodec.decode(int opcodeUnit,
CodeInput in)
Decodes an instruction specified by the given opcode unit, reading
any required additional code units from the given input source.
|
Copyright © 2020. All Rights Reserved.