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

/dalvik/libdex/
H A DDexFile.h457 u4 methodsSize; /* count of DexMethodAnnotationsItem */
460 /* followed by DexMethodAnnotationsItem[methodsSize] */
475 struct DexMethodAnnotationsItem { struct
935 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations(
948 return (const DexMethodAnnotationsItem*) addr;
961 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem)
980 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem);
H A DDexSwapVerify.cpp1133 DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr;
1137 const u4 sizeOfItem = (u4) sizeof(DexMethodAnnotationsItem);
1271 const DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr;
1322 const DexMethodAnnotationsItem* methods =

Completed in 583 milliseconds