Searched refs:GetAnnotationForMethod (Results 1 – 3 of 3) sorted by relevance
51 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method,
1096 ObjPtr<mirror::Object> GetAnnotationForMethod(ArtMethod* method, in GetAnnotationForMethod() function
66 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForMethod(method, klass)); in Executable_getAnnotationNative()