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