Home
last modified time | relevance | path

Searched refs:FindAnnotationSetForMethod (Results 1 – 2 of 2) sorted by relevance

/art/runtime/
Ddex_file.cc1241 const DexFile::AnnotationSetItem* DexFile::FindAnnotationSetForMethod(ArtMethod* method) const { in FindAnnotationSetForMethod() function in art::DexFile
1323 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()
Ddex_file.h985 const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) const