Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h339 struct DexFieldId { struct
602 const DexFieldId* pFieldIds;
755 DEX_INLINE const DexFieldId* dexGetFieldId(const DexFile* pDexFile, u4 idx) { in dexGetFieldId()
DDexSwapVerify.cpp211 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in verifyFieldDefiner()
749 DexFieldId* item = (DexFieldId*) ptr; in swapFieldIdItem()
761 const DexFieldId* item = (const DexFieldId*) ptr; in crossVerifyFieldIdItem()
782 const DexFieldId* item0 = (const DexFieldId*) state->previousItem; in crossVerifyFieldIdItem()
1316 const DexFieldId* field = in findFirstAnnotationsDirectoryDefiner()
1650 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in findFirstClassDataDefiner()
1656 const DexFieldId* field = dexGetFieldId(state->pDexFile, fieldIdx); in findFirstClassDataDefiner()
DDexFile.cpp273 pDexFile->pFieldIds = (const DexFieldId*) (data + pHeader->fieldIdsOff); in dexFileSetupBasicPointers()
/dalvik/dexdump/
DDexDump.cpp681 const DexFieldId* pFieldId; in getFieldInfo()
1421 const DexFieldId* pFieldId; in dumpSField()