Searched refs:FindAnnotationSetForMethod (Results 1 – 2 of 2) sorted by relevance
1241 const DexFile::AnnotationSetItem* DexFile::FindAnnotationSetForMethod(ArtMethod* method) const { in FindAnnotationSetForMethod() function in art::DexFile1323 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationForMethod()1334 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationsForMethod()1341 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetExceptionTypesForMethod()1368 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetSignatureAnnotationForMethod()1379 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in IsMethodAnnotationPresent()
985 const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) const