Home
last modified time | relevance | path

Searched defs:annotation_set (Results 1 – 2 of 2) sorted by relevance

/art/runtime/dex/
Ddex_file_annotations.cc184 const AnnotationSetItem* annotation_set, in SearchAnnotationSet()
762 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet()
798 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet()
846 const AnnotationSetItem* annotation_set) in GetSignatureValue()
869 const AnnotationSetItem* annotation_set) in GetThrowsValue()
893 const AnnotationSetItem* annotation_set, in ProcessAnnotationSet()
974 ObjPtr<mirror::Object> annotation_set = ProcessAnnotationSet(klass, in ProcessAnnotationSetRefList() local
990 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField() local
1003 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField() local
1010 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetSignatureAnnotationForField() local
[all …]
/art/dexlayout/
Ddex_writer.cc385 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local