Lines Matching refs:FindAnnotationSetForMethod
289 static const AnnotationSetItem* FindAnnotationSetForMethod(const DexFile& dex_file, in FindAnnotationSetForMethod() function
309 inline const AnnotationSetItem* FindAnnotationSetForMethod(ArtMethod* method) in FindAnnotationSetForMethod() function
314 return FindAnnotationSetForMethod(*method->GetDexFile(), in FindAnnotationSetForMethod()
1105 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationForMethod()
1114 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetAnnotationsForMethod()
1121 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetExceptionTypesForMethod()
1192 FindAnnotationSetForMethod(method); in GetParametersMetadataForMethod()
1245 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in GetSignatureAnnotationForMethod()
1255 const AnnotationSetItem* annotation_set = FindAnnotationSetForMethod(method); in IsMethodAnnotationPresent()
1303 FindAnnotationSetForMethod(dex_file, class_def, method_index); in GetNativeMethodAnnotationAccessFlags()
1330 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsNeverCompile()
1345 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsNeverInline()
1376 FindAnnotationSetForMethod(dex_file, class_def, method_index); in MethodIsReachabilitySensitive()