Searched refs:GetAnnotationsForMethod (Results 1 – 3 of 3) sorted by relevance
52 mirror::ObjectArray<mirror::Object>* GetAnnotationsForMethod(ArtMethod* method)
1093 mirror::ObjectArray<mirror::Object>* GetAnnotationsForMethod(ArtMethod* method) { in GetAnnotationsForMethod() function
50 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForMethod(method)); in Executable_getDeclaredAnnotationsNative()