Home
last modified time | relevance | path

Searched refs:GetSignatureAnnotationForMethod (Results 1 – 4 of 4) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.h70 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method)
Ddex_file_annotations.cc1237 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method) { in GetSignatureAnnotationForMethod() function
/art/runtime/native/
Djava_lang_reflect_Executable.cc76 return soa.AddLocalReference<jobjectArray>(annotations::GetSignatureAnnotationForMethod(method)); in Executable_getSignatureAnnotation()
/art/openjdkjvmti/
Dti_method.cc354 art::annotations::GetSignatureAnnotationForMethod(art_method); in GetMethodName()