Searched refs:SearchAnnotationSet (Results 1 – 1 of 1) sorted by relevance
/art/runtime/dex/ |
D | dex_file_annotations.cc | 163 const DexFile::AnnotationItem* SearchAnnotationSet(const DexFile& dex_file, in SearchAnnotationSet() function 856 SearchAnnotationSet(dex_file, annotation_set, "Ldalvik/annotation/Signature;", in GetSignatureValue() 882 SearchAnnotationSet(dex_file, annotation_set, "Ldalvik/annotation/Throws;", in GetThrowsValue() 1053 const DexFile::AnnotationItem* annotation_item = SearchAnnotationSet(*dex_file, annotation_set, in GetAnnotationDefaultValue() 1179 SearchAnnotationSet(*dex_file, in GetParametersMetadataForMethod() 1336 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/MemberClasses;", in GetDeclaredClasses() 1364 SearchAnnotationSet(data.GetDexFile(), annotation_set, "Ldalvik/annotation/EnclosingClass;", in GetDeclaringClass() 1389 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingClass() 1430 SearchAnnotationSet(data.GetDexFile(), in GetEnclosingMethod() 1447 const DexFile::AnnotationItem* annotation_item = SearchAnnotationSet( in GetInnerClass() [all …]
|