Searched refs:GetSignatureAnnotationForMethod (Results 1 – 4 of 4) sorted by relevance
70 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method)
1237 ObjPtr<mirror::ObjectArray<mirror::String>> GetSignatureAnnotationForMethod(ArtMethod* method) { in GetSignatureAnnotationForMethod() function
76 return soa.AddLocalReference<jobjectArray>(annotations::GetSignatureAnnotationForMethod(method)); in Executable_getSignatureAnnotation()
336 art::annotations::GetSignatureAnnotationForMethod(art_method); in GetMethodName()