Searched refs:FindAnnotationSetForField (Results 1 – 1 of 1) sorted by relevance
150 static const AnnotationSetItem* FindAnnotationSetForField(const DexFile& dex_file, in FindAnnotationSetForField() function171 static const AnnotationSetItem* FindAnnotationSetForField(ArtField* field) in FindAnnotationSetForField() function179 return FindAnnotationSetForField(*field->GetDexFile(), *class_def, field->GetDexFieldIndex()); in FindAnnotationSetForField()1017 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField()1030 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField()1037 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField()1047 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in IsFieldAnnotationPresent()1381 FindAnnotationSetForField(dex_file, class_def, field_index); in FieldIsReachabilitySensitive()