Searched defs:pFieldId (Results 1 - 1 of 1) sorted by relevance

/dalvik/dexdump/
H A DDexDump.cpp688 const DexFieldId* pFieldId; local
693 pFieldId = dexGetFieldId(pDexFile, fieldIdx);
694 pFieldInfo->name = dexStringById(pDexFile, pFieldId->nameIdx);
695 pFieldInfo->signature = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
697 dexStringByTypeIdx(pDexFile, pFieldId->classIdx);
1409 const DexFieldId* pFieldId; local
1421 pFieldId = dexGetFieldId(pDexFile, pSField->fieldIdx);
1422 name = dexStringById(pDexFile, pFieldId->nameIdx);
1423 typeDescriptor = dexStringByTypeIdx(pDexFile, pFieldId->typeIdx);
1424 backDescriptor = dexStringByTypeIdx(pDexFile, pFieldId
[all...]

Completed in 626 milliseconds