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

/dalvik/libdex/
H A DDexFile.h461 u4 fieldsSize; /* count of DexFieldAnnotationsItem */
464 /* followed by DexFieldAnnotationsItem[fieldsSize] */
472 struct DexFieldAnnotationsItem { struct
913 DEX_INLINE const DexFieldAnnotationsItem* dexGetFieldAnnotations(
921 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
934 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
952 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
984 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);

Completed in 22 milliseconds