Home
last modified time | relevance | path

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

/art/runtime/dex/
Ddex_file_annotations.h54 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method)
Ddex_file_annotations.cc1085 ObjPtr<mirror::ObjectArray<mirror::Object>> GetAnnotationsForMethod(ArtMethod* method) { in GetAnnotationsForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc53 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForMethod(method)); in Executable_getDeclaredAnnotationsNative()