Home | History | Annotate | Download | only in dexdump

Lines Matching defs:pFieldId

680     const DexFieldId* pFieldId;
685 pFieldId = dexGetFieldId(pDexFile, fieldIdx);
686 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
687 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
689 dexStringByTypeIdx(pDexFile, pFieldId->classIdx);
1292 const DexFieldId* pFieldId;
1304 pFieldId = dexGetFieldId(pDexFile, pSField->fieldIdx);
1305 name = dexStringById(pDexFile, pFieldId->nameIdx);
1306 typeDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
1307 backDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->classIdx);