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

/dalvik/libdex/
H A DDexFile.h374 u4 methodsSize; /* count of DexMethodAnnotationsItem */
377 /* followed by DexMethodAnnotationsItem[methodsSize] */
392 struct DexMethodAnnotationsItem { struct
850 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
862 return (const DexMethodAnnotationsItem*) addr;
874 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
892 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);

Completed in 73 milliseconds