Home | History | Annotate | Download | only in native

Lines Matching defs:pDexFile

271     const DexFile* pDexFile = pDvmDex->pDexFile;
273 const char* utf8 = dexStringAndSizeById(pDexFile, stringIdx, &utf16Size);
288 const DexFile* pDexFile = pDvmDex->pDexFile;
289 const char* className = dexStringByTypeIdx(pDexFile, typeIdx);
314 const DexFile* pDexFile = pDvmDex->pDexFile;
315 const DexFieldId* pFieldId = dexGetFieldId(pDexFile, fieldIdx);
325 const char* fieldName = dexStringById(pDexFile, pFieldId->nameIdx);
326 const char* signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
348 const DexFile* pDexFile = pDvmDex->pDexFile;
349 const DexMethodId* pMethodId = dexGetMethodId(pDexFile, methodIdx);
359 const char* methodName = dexStringById(pDexFile, pMethodId->nameIdx);
361 dexProtoSetFromMethodId(&proto, pDexFile, pMethodId);
478 const DexFile* pDexFile = pDvmDex->pDexFile;
496 const DexClassDef* pClassDef = dexGetClassDef(pDexFile, classDefIndex);
497 const u1* pEncodedData = dexGetClassData(pDexFile, pClassDef);