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 39 public abstract class DecodedInstruction {
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,
477 public abstract DecodedInstruction withIndex(int newIndex);
480 public DecodedInstruction withProtoIndex(int newIndex, int newProtoIndex) {
  /dalvik/libdex/
InstrUtils.h 135 struct DecodedInstruction {
199 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
  /external/dexmaker/lib/
dalvik-dx-9.0.0_r3.jar 

Completed in 606 milliseconds