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()1011 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField()1024 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField()1031 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField()1041 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in IsFieldAnnotationPresent()1324 FindAnnotationSetForField(dex_file, class_def, field_index); in FieldIsReachabilitySensitive()