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);
1303 const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref);
1307 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1311 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, ref);
1336 const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref);
1337 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->classIdx);
1338 const char* fieldName = dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx);
1361 const DexMethodId* pMethodId = dexGetMethodId(pDvmDex->pDexFile, ref);
1362 const char* className = dexStringByTypeIdx(pDvmDex->pDexFile, pMethodId->classIdx);
1363 const char* methodName = dexStringById(pDvmDex->pDexFile, pMethodId->nameIdx);