HomeSort by relevance Sort by last modified time
    Searched defs:DecodedInstruction (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/src/com/android/dx/io/instructions/
DecodedInstruction.java 40 public abstract class DecodedInstruction {
70 public static DecodedInstruction decode(CodeInput in) throws EOFException {
83 public static DecodedInstruction[] decodeAll(short[] encodedInstructions) {
85 DecodedInstruction[] decoded = new DecodedInstruction[size];
90 decoded[in.cursor()] = DecodedInstruction.decode(in);
102 public DecodedInstruction(InstructionCodec format, int opcode,
478 public abstract DecodedInstruction withIndex(int newIndex);
  /dalvik/libdex/
InstrUtils.h 135 struct DecodedInstruction {
199 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
  /prebuilt/sdk/tools/lib/
dx.jar 

Completed in 39 milliseconds