HomeSort by relevance Sort by last modified time
    Searched refs:dexDecodeInstruction (Results 1 - 8 of 8) sorted by null

  /dalvik/libdex/
InstrUtils.h 35 * - the switch inside dexDecodeInstruction() in InstrUtils.c
179 void dexDecodeInstruction(const InstructionFormat* fmts, const u2* insns,
InstrUtils.c 680 * Used in conjunction with dexDecodeInstruction.
1050 void dexDecodeInstruction(const InstructionFormat* fmts, const u2* insns,
    [all...]
  /dalvik/vm/analysis/
DexVerify.c 330 dexDecodeInstruction(gDvm.instrFormat, meth->insns + insnIdx, pDecInsn);
RegisterMap.c     [all...]
CodeVerify.c     [all...]
  /dalvik/vm/interp/
Jit.c 266 dexDecodeInstruction(gDvm.instrFormat, pc, &decInsn);
637 dexDecodeInstruction(gDvm.instrFormat, lastPC, &decInsn);
    [all...]
  /dalvik/vm/compiler/
Frontend.c 42 dexDecodeInstruction(gDvm.instrFormat, codePtr, decInsn);
  /dalvik/dexdump/
DexDump.c 976 dexDecodeInstruction(gInstrFormat, insns, &decInsn);
    [all...]

Completed in 167 milliseconds