Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandafile/
Dfile_item_container.cpp23 class ItemDeduper { class
250 void ItemContainer::DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper) in DeduplicateLineNumberProgram()
261 void ItemContainer::DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debug_info_deduper, in DeduplicateDebugInfo()
262 ItemDeduper *line_number_program_deduper) in DeduplicateDebugInfo()
278 static void DeduplicateCode(MethodItem *method, ItemDeduper *code_deduper) in DeduplicateCode()
294 ItemDeduper line_number_program_deduper; in DeduplicateCodeAndDebugInfo()
295 ItemDeduper debug_deduper; in DeduplicateCodeAndDebugInfo()
296 ItemDeduper code_deduper; in DeduplicateCodeAndDebugInfo()
316 static void DeduplicateAnnotationValue(AnnotationItem *annotation_item, ItemDeduper *deduper) in DeduplicateAnnotationValue()
357 static void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotation_de… in DeduplicateAnnotations()
[all …]
Dfile_item_container.h33 class ItemDeduper; variable
192 void DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper);
194 void DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debug_info_deduper,
195 ItemDeduper *line_number_program_deduper);