Lines Matching refs:pDexFile
1126 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in verifyInvocationArgs() local
1128 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, pDecInsn->vB); in verifyInvocationArgs()
1129 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx); in verifyInvocationArgs()
1130 char* methodDesc = dexCopyDescriptorFromMethodId(pDexFile, pMethodId); in verifyInvocationArgs()
1131 const char* classDescriptor = dexStringByTypeIdx(pDexFile, pMethodId->classIdx); in verifyInvocationArgs()
2766 DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in getStaticField() local
2769 pFieldId = dexGetFieldId(pDexFile, fieldIdx); in getStaticField()
2772 dexStringById(pDexFile, pFieldId->nameIdx), in getStaticField()
2773 dexStringByTypeIdx(pDexFile, pFieldId->classIdx)); in getStaticField()
2917 DexFile* pDexFile; in getCaughtExceptionType() local
2923 pDexFile = meth->clazz->pDvmDex->pDexFile; in getCaughtExceptionType()
2957 dexStringByTypeIdx(pDexFile, handler->typeIdx)); in getCaughtExceptionType()
3832 const DexFile* pDexFile = meth->clazz->pDvmDex->pDexFile; in verifyInstruction() local
4071 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB); in verifyInstruction()
4122 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB); in verifyInstruction()
4151 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC); in verifyInstruction()
4177 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB); in verifyInstruction()
4212 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vC); in verifyInstruction()
4231 const char* badClassDesc = dexStringByTypeIdx(pDexFile, decInsn.vB); in verifyInstruction()
6199 dexDecodeDebugInfo(meth->clazz->pDvmDex->pDexFile, in dumpRegTypes()