Searched refs:DexFieldAnnotationsItem (Results 1 - 2 of 2) sorted by relevance

/dalvik/libdex/
H A DDexFile.h456 u4 fieldsSize; /* count of DexFieldAnnotationsItem */
459 /* followed by DexFieldAnnotationsItem[fieldsSize] */
467 struct DexFieldAnnotationsItem { struct
908 DEX_INLINE const DexFieldAnnotationsItem* dexGetFieldAnnotations(
916 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
929 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
947 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
979 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
H A DDexSwapVerify.cpp1103 DexFieldAnnotationsItem* item = (DexFieldAnnotationsItem*) addr;
1107 const u4 sizeOfItem = (u4) sizeof(DexFieldAnnotationsItem);
1251 const DexFieldAnnotationsItem* item = (DexFieldAnnotationsItem*) addr;
1314 const DexFieldAnnotationsItem* fields =

Completed in 2103 milliseconds