Home | History | Annotate | Download | only in interp

Lines Matching defs:pFieldId

1303         const DexFieldId* pFieldId = dexGetFieldId(pDvmDex->pDexFile, ref);
1304 ref = pFieldId->classIdx;
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);