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

/dalvik/libdex/
H A DDexFile.h352 u4 methodsSize; /* count of DexMethodAnnotationsItem */
355 /* followed by DexMethodAnnotationsItem[methodsSize] */
370 typedef struct DexMethodAnnotationsItem { struct
373 } DexMethodAnnotationsItem; typedef in typeref:struct:DexMethodAnnotationsItem
866 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
878 return (const DexMethodAnnotationsItem*) addr;
890 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
908 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);

Completed in 23 milliseconds