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

/dalvik/libdex/
H A DDexFile.h373 u4 fieldsSize; /* count of DexFieldAnnotationsItem */
376 /* followed by DexFieldAnnotationsItem[fieldsSize] */
384 struct DexFieldAnnotationsItem { struct
825 DEX_INLINE const DexFieldAnnotationsItem* dexGetFieldAnnotations(
832 return (const DexFieldAnnotationsItem*) &pAnnoDir[1];
844 const DexFile* pDexFile, const DexFieldAnnotationsItem* pItem)
861 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);
891 addr += pAnnoDir->fieldsSize * sizeof (DexFieldAnnotationsItem);

Completed in 6993 milliseconds