Searched refs:DexMethodAnnotationsItem (Results 1 - 3 of 3) 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);
H A DDexSwapVerify.c1090 DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr;
1094 CHECK_LIST_SIZE(item, count, sizeof(DexMethodAnnotationsItem));
1206 const DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr;
1257 const DexMethodAnnotationsItem* methods =
/dalvik/vm/reflect/
H A DAnnotation.c1618 const DexMethodAnnotationsItem* pMethodList;

Completed in 67 milliseconds