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

/dalvik/dx/src/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);
/dalvik/libdex/
H A DInstrUtils.h129 struct DecodedInstruction { struct
193 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);

Completed in 1283 milliseconds