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

/dalvik/libdex/
H A DDexFile.h462 u4 methodsSize; /* count of DexMethodAnnotationsItem */
465 /* followed by DexMethodAnnotationsItem[methodsSize] */
480 struct DexMethodAnnotationsItem { struct
940 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
953 return (const DexMethodAnnotationsItem*) addr;
966 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
985 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);

Completed in 7 milliseconds