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

/dalvik/libdex/
H A DDexFile.h460 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
474 u4 annotationsOff; /* offset to DexAnnotationSetItem */
482 u4 annotationsOff; /* offset to DexAnnotationSetItem */
497 u4 annotationsOff; /* offset to DexAnnotationSetItem */
511 struct DexAnnotationSetItem { struct
897 DEX_INLINE const DexAnnotationSetItem* dexGetAnnotationSetItem(
903 return (const DexAnnotationSetItem*) (pDexFile->baseAddr + offset);
906 DEX_INLINE const DexAnnotationSetItem* dexGetClassAnnotationSet(
933 DEX_INLINE const DexAnnotationSetItem* dexGetFieldAnnotationSetItem(
965 DEX_INLINE const DexAnnotationSetItem* dexGetMethodAnnotationSetIte
[all...]

Completed in 25 milliseconds