Home | History | Annotate | Download | only in analysis

Lines Matching defs:pMethodId

1128         const DexMethodId* pMethodId = dexGetMethodId(pDexFile, pDecInsn->vB);
1129 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx);
1130 char* methodDesc = dexCopyDescriptorFromMethodId(pDexFile, pMethodId);
1131 const char* classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx);