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

/dalvik/vm/reflect/
H A DAnnotation.cpp827 const DexAnnotationSetItem* pAnnoSet, int visibility)
896 const ClassObject* clazz, const DexAnnotationSetItem* pAnnoSet,
946 const DexAnnotationSetItem* pAnnoSet, int visibility,
1085 const DexAnnotationSetItem* pAnnoSet, const char* descriptor,
1195 const DexAnnotationSetItem* pAnnoSet)
1225 * Find the DexAnnotationSetItem for this class.
1227 static const DexAnnotationSetItem* findAnnotationSetForClass(
1255 const DexAnnotationSetItem* pAnnoSet = NULL;
1275 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForClass(clazz);
1289 const DexAnnotationSetItem* pAnnoSe
[all...]
/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...]
H A DDexSwapVerify.cpp1386 DexAnnotationSetItem* set = (DexAnnotationSetItem*) ptr;
1413 const DexAnnotationSetItem* set = (const DexAnnotationSetItem*) ptr;

Completed in 12 milliseconds