Home
last modified time | relevance | path

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

/art/runtime/
Ddex_file.cc1178 const DexFile::AnnotationSetItem* DexFile::FindAnnotationSetForField(ArtField* field) const { in FindAnnotationSetForField() function in art::DexFile
1200 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField()
1211 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField()
1219 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField()
1230 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in IsFieldAnnotationPresent()
Ddex_file.h974 const AnnotationSetItem* FindAnnotationSetForField(ArtField* field) const