Home | History | Annotate | Download | only in oo

Lines Matching defs:pFieldId

2342     const DexFieldId* pFieldId;
2344 pFieldId = dexGetFieldId(pDexFile, pDexSField->fieldIdx);
2347 sfield->name = dexStringById(pDexFile, pFieldId->nameIdx);
2348 sfield->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
2366 const DexFieldId* pFieldId;
2368 pFieldId = dexGetFieldId(pDexFile, pDexIField->fieldIdx);
2371 ifield->name = dexStringById(pDexFile, pFieldId->nameIdx);
2372 ifield->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);