Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file_annotations.h50 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class)
Ddex_file_annotations.cc1087 mirror::Object* GetAnnotationForMethod(ArtMethod* method, Handle<mirror::Class> annotation_class) { in GetAnnotationForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc61 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForMethod(method, klass)); in Executable_getAnnotationNative()