Searched defs:DecodedInstruction (Results 1 - 1 of 1) sorted by relevance

/external/dexmaker/src/dx/java/com/android/dx/io/instructions/
H A DDecodedInstruction.java39 public abstract class DecodedInstruction { class
69 public static DecodedInstruction decode(CodeInput in) throws EOFException {
82 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) {
84 DecodedInstruction[] decoded = new DecodedInstruction[size];
89 decoded[in.cursor()] = DecodedInstruction.decode(in);
101 public DecodedInstruction(InstructionCodec format, int opcode, method in class:DecodedInstruction
477 public abstract DecodedInstruction withIndex(int newIndex);

Completed in 49 milliseconds