Searched refs:GetAnnotationsForField (Results 1 – 3 of 3) sorted by relevance
40 mirror::ObjectArray<mirror::Object>* GetAnnotationsForField(ArtField* field)
1011 mirror::ObjectArray<mirror::Object>* GetAnnotationsForField(ArtField* field) { in GetAnnotationsForField() function
481 return soa.AddLocalReference<jobjectArray>(annotations::GetAnnotationsForField(field)); in Field_getDeclaredAnnotations()