Lines Matching refs:pFieldId
602 const DexFieldId* pFieldId;
605 pFieldId = dexGetFieldId(pDvmDex->pDexFile, ifieldIdx);
610 resClass = dvmOptResolveClass(referrer, pFieldId->classIdx, pFailure);
619 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx),
620 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));
624 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
632 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx));
675 const DexFieldId* pFieldId;
678 pFieldId = dexGetFieldId(pDvmDex->pDexFile, sfieldIdx);
683 resClass = dvmOptResolveClass(referrer, pFieldId->classIdx, pFailure);
692 dexStringById(pDvmDex->pDexFile, pFieldId->nameIdx);
695 dexStringByTypeIdx(pDvmDex->pDexFile, pFieldId->typeIdx));