Home
last modified time | relevance | path

Searched refs:DexFieldId (Results 1 – 4 of 4) sorted by relevance

/dalvik/libdex/
DDexFile.h277 struct DexFieldId { struct
508 const DexFieldId* pFieldIds;
661 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx) { in dexGetFieldId()
DDexSwapVerify.cpp235 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in verifyFieldDefiner()
765 DexFieldId* item = (DexFieldId*) ptr; in swapFieldIdItem()
777 const DexFieldId* item = (const DexFieldId*) ptr; in crossVerifyFieldIdItem()
798 const DexFieldId* item0 = (const DexFieldId*) state->previousItem; in crossVerifyFieldIdItem()
1259 const DexFieldId* field = in findFirstAnnotationsDirectoryDefiner()
1587 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in findFirstClassDataDefiner()
1593 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in findFirstClassDataDefiner()
DDexFile.cpp276 pDexFile->pFieldIds = (const DexFieldId*) (data + pHeader->fieldIdsOff); in dexFileSetupBasicPointers()
/dalvik/dexdump/
DDexDump.cpp680 const DexFieldId* pFieldId; in getFieldInfo()
1292 const DexFieldId* pFieldId; in dumpSField()