Home
last modified time | relevance | path

Searched refs:GetAnnotationForMethod (Results 1 – 3 of 3) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h51 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method,
Ddex_file_annotations.cc1075 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method, in GetAnnotationForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc66 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForMethod(method, klass)); in Executable_getAnnotationNative()