Searched refs:DexMethodAnnotationsItem (Results 1 - 2 of 2) 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);
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 952 milliseconds