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

/dalvik/libdex/
H A DDexFile.h425 u4 entries[1]; /* offset to DexAnnotationItem */
433 struct DexAnnotationItem { struct
947 DEX_INLINE const DexAnnotationItem* dexGetAnnotationItem(
954 return (const DexAnnotationItem*) (pDexFile->baseAddr + offset);

Completed in 64 milliseconds