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

  /dalvik/libdex/
InstrUtils.h 193 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
InstrUtils.cpp 490 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec)
  /dalvik/vm/compiler/
InlineTransformation.cpp 56 dexDecodeInstruction(calleeMethod->insns, &getterInsn);
154 dexDecodeInstruction(calleeMethod->insns, &setterInsn);
Frontend.cpp 49 dexDecodeInstruction(codePtr, decInsn);
    [all...]
  /dalvik/vm/interp/
Jit.cpp 270 dexDecodeInstruction(pc, &decInsn);
680 dexDecodeInstruction(dpc, &decInsn);
742 dexDecodeInstruction(moveResultPC, &nextDecInsn);
798 dexDecodeInstruction(lastPC, &decInsn);
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 326 dexDecodeInstruction(insns, &decInsn);
DexVerify.cpp 813 dexDecodeInstruction(meth->insns + codeOffset, &decInsn);
    [all...]
CodeVerify.cpp     [all...]
  /dalvik/dexdump/
DexDump.cpp     [all...]

Completed in 179 milliseconds