Searched refs:GetAnnotationsForField (Results 1 – 3 of 3) sorted by relevance
440 return soa.AddLocalReference<jobjectArray>(field->GetDexFile()->GetAnnotationsForField(field)); in Field_getDeclaredAnnotations()
978 mirror::ObjectArray<mirror::Object>* GetAnnotationsForField(ArtField* field) const
1210 mirror::ObjectArray<mirror::Object>* DexFile::GetAnnotationsForField(ArtField* field) const { in GetAnnotationsForField() function in art::DexFile