Home
last modified time | relevance | path

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

/dalvik/dexdump/
DDexDump.cpp712 const DecodedInstruction* pDecInsn, char* buf, size_t bufSize) in indexString() argument
719 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) { in indexString()
728 index = pDecInsn->vB; in indexString()
732 index = pDecInsn->vB; in indexString()
737 index = pDecInsn->vC; in indexString()
746 switch (pDecInsn->indexType) { in indexString()
840 return indexString(pDexFile, pDecInsn, buf, outSize); in indexString()
850 int insnWidth, const DecodedInstruction* pDecInsn) in dumpInstruction() argument
872 if (pDecInsn->opcode == OP_NOP) { in dumpInstruction()
887 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode)); in dumpInstruction()
[all …]