Lines Matching refs:DexAnnotationSetItem
829 const DexAnnotationSetItem* pAnnoSet, int visibility) in processAnnotationSet()
883 const ClassObject* clazz, const DexAnnotationSetItem* pAnnoSet, in getAnnotationItemFromAnnotationSet()
928 const DexAnnotationSetItem* pAnnoSet, int visibility, in getAnnotationObjectFromAnnotationSet()
1067 const DexAnnotationSetItem* pAnnoSet, const char* descriptor, in searchAnnotationSet()
1177 const DexAnnotationSetItem* pAnnoSet) in getSignatureValue()
1209 static const DexAnnotationSetItem* findAnnotationSetForClass( in findAnnotationSetForClass()
1237 const DexAnnotationSetItem* pAnnoSet = NULL; in dvmGetClassAnnotations()
1257 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForClass(clazz); in dvmGetClassAnnotation()
1271 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForClass(clazz); in dvmIsClassAnnotationPresent()
1289 const DexAnnotationSetItem* pAnnoSet; in dvmGetClassSignatureAnnotation()
1307 const DexAnnotationSetItem* pAnnoSet; in dvmGetEnclosingMethod()
1343 const DexAnnotationSetItem* pAnnoSet; in dvmGetDeclaringClass()
1378 const DexAnnotationSetItem* pAnnoSet; in dvmGetEnclosingClass()
1453 const DexAnnotationSetItem* pAnnoSet; in dvmGetInnerClass()
1527 const DexAnnotationSetItem* pAnnoSet; in dvmGetDeclaredClasses()
1633 static const DexAnnotationSetItem* findAnnotationSetForMethod( in findAnnotationSetForMethod()
1640 const DexAnnotationSetItem* pAnnoSet = NULL; in findAnnotationSetForMethod()
1690 const DexAnnotationSetItem* pAnnoSet; in dvmGetMethodAnnotations()
1710 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForMethod(method); in dvmGetMethodAnnotation()
1724 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForMethod(method); in dvmIsMethodAnnotationPresent()
1742 const DexAnnotationSetItem* pAnnoSet; in dvmGetMethodSignatureAnnotation()
1763 const DexAnnotationSetItem* pAnnoSet; in dvmGetMethodThrows()
1802 const DexAnnotationSetItem* pAnnoSet = NULL; in dvmGetAnnotationDefaultValue()
1941 static const DexAnnotationSetItem* findAnnotationSetForField(const Field* field) in findAnnotationSetForField()
1993 const DexAnnotationSetItem* pAnnoSet = NULL; in dvmGetFieldAnnotations()
2013 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForField(field); in dvmGetFieldAnnotation()
2027 const DexAnnotationSetItem* pAnnoSet = findAnnotationSetForField(field); in dvmIsFieldAnnotationPresent()
2045 const DexAnnotationSetItem* pAnnoSet; in dvmGetFieldSignatureAnnotation()
2086 const DexAnnotationSetItem* pAnnoSet; in processAnnotationSetRefList()