Home | History | Annotate | Download | only in analysis

Lines Matching defs:pDexFile

1126         DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile;
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);
2766 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile;
2769 pFieldId = dexGetFieldId(pDexFile, fieldIdx);
2772 dexStringById(pDexFile, pFieldId->nameIdx),
2773 dexStringByTypeIdx(pDexFile, pFieldId->classIdx));
2917 DexFile* pDexFile;
2923 pDexFile = meth->clazz->pDvmDex->pDexFile;
2957 dexStringByTypeIdx(pDexFile, handler->typeIdx));
3832 const DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile;
4071 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB);
4122 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB);
4151 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC);
4177 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB);
4212 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC);
4231 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB);
6199 dexDecodeDebugInfo(meth->clazz->pDvmDex->pDexFile,