Home
last modified time | relevance | path

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

/dalvik/libdex/
DDexFile.h392 struct DexMethodAnnotationsItem { struct
852 DEX_INLINE const DexMethodAnnotationsItem* dexGetMethodAnnotations( in dexGetMethodAnnotations()
865 return (const DexMethodAnnotationsItem*) addr; in dexGetMethodAnnotations()
878 const DexFile* pDexFile, const DexMethodAnnotationsItem* pItem) in dexGetMethodAnnotationSetItem()
897 addr += pAnnoDir->methodsSize * sizeof (DexMethodAnnotationsItem); in dexGetParameterAnnotations()
DDexSwapVerify.cpp1098 DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr; in swapMethodAnnotations()
1102 CHECK_LIST_SIZE(item, count, sizeof(DexMethodAnnotationsItem)); in swapMethodAnnotations()
1214 const DexMethodAnnotationsItem* item = (DexMethodAnnotationsItem*) addr; in crossVerifyMethodAnnotations()
1265 const DexMethodAnnotationsItem* methods = in findFirstAnnotationsDirectoryDefiner()