Searched refs:FindAnnotationSetForField (Results 1 – 1 of 1) sorted by relevance
151 static const AnnotationSetItem* FindAnnotationSetForField(const DexFile& dex_file, in FindAnnotationSetForField() function172 static const AnnotationSetItem* FindAnnotationSetForField(ArtField* field) in FindAnnotationSetForField() function180 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()990 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField()1003 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField()1010 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField()1020 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in IsFieldAnnotationPresent()1303 FindAnnotationSetForField(dex_file, class_def, field_index); in FieldIsReachabilitySensitive()