Home
last modified time | relevance | path

Searched refs:FindAnnotationSetForField (Results 1 – 1 of 1) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc150 static const AnnotationSetItem* FindAnnotationSetForField(const DexFile& dex_file, in FindAnnotationSetForField() function
171 static const AnnotationSetItem* FindAnnotationSetForField(ArtField* field) in FindAnnotationSetForField() function
179 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()