Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc846 const AnnotationSetItem* annotation_set) in GetSignatureValue()
893 const AnnotationSetItem* annotation_set, in ProcessAnnotationSet()
974 ObjPtr<mirror::Object> annotation_set = ProcessAnnotationSet(klass, in ProcessAnnotationSetRefList() local
1039 const AnnotationSetItem* annotation_set = in GetAnnotationDefaultValue() local
1148 const AnnotationSetItem* annotation_set = in GetAnnotationForMethodParameter() local
1163 const AnnotationSetItem* annotation_set = in GetParametersMetadataForMethod() local
1274 const dex::AnnotationSetItem* annotation_set = in GetNativeMethodAnnotationAccessFlags() local
1302 const AnnotationSetItem* annotation_set = in FieldIsReachabilitySensitive() local
1317 const AnnotationSetItem* annotation_set = in MethodIsReachabilitySensitive() local
1448 const AnnotationSetItem* annotation_set = FindAnnotationSetForClass(data); in GetAnnotationForClass() local
[all …]
/aosp12/art/dexlayout/
H A Ddex_writer.cc385 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local