Lines Matching refs:FindAnnotationSetForMethod
291 static const AnnotationSetItem* FindAnnotationSetForMethod(const DexFile& dex_file, in FindAnnotationSetForMethod() function
311 inline const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) in FindAnnotationSetForMethod() function
316 return FindAnnotationSetForMethod(*method->GetDexFile(), in FindAnnotationSetForMethod()
1112 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationForMethod()
1121 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationsForMethod()
1128 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetExceptionTypesForMethod()
1199 FindAnnotationSetForMethod(method); in GetParametersMetadataForMethod()
1252 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetSignatureAnnotationForMethod()
1262 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in IsMethodAnnotationPresent()
1331 FindAnnotationSetForMethod(dex_file, class_def, method_index); in GetNativeMethodAnnotationAccessFlags()
1357 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsNeverCompile()
1373 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsNeverInline()
1404 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsReachabilitySensitive()