Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp357 … void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotation_deduper, in DeduplicateAnnotations() argument
362 auto *deduplicated = annotation_deduper->Deduplicate(item); in DeduplicateAnnotations()
372 ItemDeduper annotation_deduper; in DeduplicateAnnotations() local
382 …panda_file::DeduplicateAnnotations(class_item->GetRuntimeAnnotations(), &annotation_deduper, &valu… in DeduplicateAnnotations()
383 …panda_file::DeduplicateAnnotations(class_item->GetAnnotations(), &annotation_deduper, &value_dedup… in DeduplicateAnnotations()
384 … panda_file::DeduplicateAnnotations(class_item->GetRuntimeTypeAnnotations(), &annotation_deduper, in DeduplicateAnnotations()
386 …panda_file::DeduplicateAnnotations(class_item->GetTypeAnnotations(), &annotation_deduper, &value_d… in DeduplicateAnnotations()
388 class_item->VisitMethods([&annotation_deduper, &value_deduper](BaseItem *param_item) { in DeduplicateAnnotations()
390 … panda_file::DeduplicateAnnotations(method_item->GetRuntimeAnnotations(), &annotation_deduper, in DeduplicateAnnotations()
392 …panda_file::DeduplicateAnnotations(method_item->GetAnnotations(), &annotation_deduper, &value_dedu… in DeduplicateAnnotations()
[all …]