Home
last modified time | relevance | path

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

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