Home | History | Annotate | Download | only in analysis

Lines Matching defs:pDexFile

706     DexFile* pDexFile = pDvmDex->pDexFile;
707 u4 count = pDexFile->pHeader->classDefsSize;
730 pClassDef = dexGetClassDef(pDexFile, idx);
731 classDescriptor = dexStringByTypeIdx(pDexFile, pClassDef->classIdx);
843 const void* dvmRegisterMapGetClassData(const DexFile* pDexFile, u4 classIdx,
849 pClassPool = (const RegisterMapClassPool*) pDexFile->pRegisterMapPool;