Home
last modified time | relevance | path

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

/aosp12/art/runtime/dex/
H A Ddex_file_annotations.cc902 if (annotation_set == nullptr) { in ProcessAnnotationSet()
991 if (annotation_set == nullptr) { in GetAnnotationForField()
1011 if (annotation_set == nullptr) { in GetSignatureAnnotationForField()
1021 if (annotation_set == nullptr) { in IsFieldAnnotationPresent()
1041 if (annotation_set == nullptr) { in GetAnnotationDefaultValue()
1078 if (annotation_set == nullptr) { in GetAnnotationForMethod()
1094 if (annotation_set == nullptr) { in GetExceptionTypesForMethod()
1282 *annotation_set, in GetNativeMethodAnnotationAccessFlags()
1289 *annotation_set, in GetNativeMethodAnnotationAccessFlags()
1583 annotation_set, in GetInnerClass()
[all …]
/aosp12/art/dexlayout/
H A Ddex_writer.cc385 for (auto& annotation_set : header_->AnnotationSetItems()) { in WriteAnnotationSets() local
387 size[0] = annotation_set->GetItems()->size(); in WriteAnnotationSets()
388 ProcessOffset(stream, annotation_set.get()); in WriteAnnotationSets()
390 for (dex_ir::AnnotationItem* annotation : *annotation_set->GetItems()) { in WriteAnnotationSets()
409 for (dex_ir::AnnotationSetItem* annotation_set : *annotation_set_ref->GetItems()) { in WriteAnnotationSetRefs()
410 annotations_off[0] = annotation_set == nullptr ? 0 : annotation_set->GetOffset(); in WriteAnnotationSetRefs()