Home
last modified time | relevance | path

Searched refs:dexDecodeInstruction (Results 1 – 4 of 4) sorted by relevance

/dalvik/libdex/
DInstrUtils.h199 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec);
DInstrUtils.cpp490 void dexDecodeInstruction(const u2* insns, DecodedInstruction* pDec) in dexDecodeInstruction() function
/dalvik/opcode-gen/
DREADME.txt59 * Update dexDecodeInstruction() in libdex/InstrUtils.c.
/dalvik/dexdump/
DDexDump.cpp1242 dexDecodeInstruction(insns, &decInsn); in dumpBytecodes()