Searched refs:GetAnnotationForField (Results 1 – 3 of 3) sorted by relevance
38 ObjPtr<mirror::Object> GetAnnotationForField(ArtField* field,
1009 ObjPtr<mirror::Object> GetAnnotationForField(ArtField* field, in GetAnnotationForField() function
457 return soa.AddLocalReference<jobject>(annotations::GetAnnotationForField(field, klass)); in Field_getAnnotationNative()