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()
760 const AnnotationSetItem* annotation_set, in GetAnnotationItemFromAnnotationSet()
796 const AnnotationSetItem* annotation_set, in GetAnnotationObjectFromAnnotationSet()
849 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationArrayValue() local
876 const AnnotationSetItem* annotation_set) in GetSignatureValue()
899 const AnnotationSetItem* annotation_set) in GetThrowsValue()
923 const AnnotationSetItem* annotation_set, in ProcessAnnotationSet()
1002 ObjPtr<mirror::Object> annotation_set = ProcessAnnotationSet(klass, in ProcessAnnotationSetRefList() local
1018 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationForField() local
1031 const AnnotationSetItem* annotation_set = FindAnnotationSetForField(field); in GetAnnotationsForField() local
[all …]
/art/dexlayout/
Ddex_writer.cc383 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local