Searched refs:pDecInsn (Results 1 – 1 of 1) sorted by relevance
712 const DecodedInstruction* pDecInsn, char* buf, size_t bufSize) in indexString() argument719 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() argument872 if (pDecInsn->opcode == OP_NOP) { in dumpInstruction()887 printf("|%04x: %s", insnIdx, dexGetOpcodeName(pDecInsn->opcode)); in dumpInstruction()[all …]