Searched refs:pDecInsn (Results 1 – 1 of 1) sorted by relevance
770 static char* indexString(DexFile* pDexFile, const DecodedInstruction* pDecInsn, size_t bufSize) in indexString() argument783 switch (dexGetFormatFromOpcode(pDecInsn->opcode)) { in indexString()792 index = pDecInsn->vB; in indexString()796 index = pDecInsn->vB; in indexString()801 index = pDecInsn->vC; in indexString()806 index = pDecInsn->vB; // method index in indexString()807 secondaryIndex = pDecInsn->arg[4]; // proto index in indexString()816 switch (pDecInsn->indexType) { in indexString()945 return indexString(pDexFile, pDecInsn, outSize + 1); in indexString()955 int insnWidth, const DecodedInstruction* pDecInsn) in dumpInstruction() argument[all …]