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

/dalvik/libdex/
H A DDexFile.h513 u4 entries[1]; /* offset to DexAnnotationItem */
521 struct DexAnnotationItem { struct
1041 DEX_INLINE const DexAnnotationItem* dexGetAnnotationItem(
1048 return (const DexAnnotationItem*) (pDexFile->baseAddr + offset);

Completed in 6 milliseconds