Home | History | Annotate | Download | only in interp

Lines Matching refs:pDexFile

968             DexFile* pDexFile = method->clazz->pDexFile;
970 int localsSize = dexGetLocalsSize(pDexFile, pDexCode);
971 const DexLocal* locals = dvmDexGetLocals(pDexFile, pDexCode);
1323 const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref);
1327 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1331 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, ref);
1356 const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref);
1357 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->classIdx);
1358 const char* fieldName = dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx);
1381 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1382 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx);
1383 const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);