Searched defs:DexAnnotationSetItem (Results 1 - 1 of 1) sorted by last modified time

/dalvik/libdex/
H A DDexFile.h372 u4 classAnnotationsOff; /* offset to DexAnnotationSetItem */
386 u4 annotationsOff; /* offset to DexAnnotationSetItem */
394 u4 annotationsOff; /* offset to DexAnnotationSetItem */
409 u4 annotationsOff; /* offset to DexAnnotationSetItem */
423 struct DexAnnotationSetItem { struct
809 DEX_INLINE const DexAnnotationSetItem* dexGetAnnotationSetItem(
815 return (const DexAnnotationSetItem*) (pDexFile->baseAddr + offset);
818 DEX_INLINE const DexAnnotationSetItem* dexGetClassAnnotationSet(
843 DEX_INLINE const DexAnnotationSetItem* dexGetFieldAnnotationSetItem(
873 DEX_INLINE const DexAnnotationSetItem* dexGetMethodAnnotationSetIte
[all...]

Completed in 181 milliseconds