Searched refs:ItemDeduper (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/runtime_core/static_core/libpandafile/ |
H A D | file_item_container.cpp | 25 class ItemDeduper { class 271 void ItemContainer::DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper) in DeduplicateLineNumberProgram() 282 void ItemContainer::DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debugInfoDeduper, in DeduplicateDebugInfo() 283 ItemDeduper *lineNumberProgramDeduper) in DeduplicateDebugInfo() 299 static void DeduplicateCode(MethodItem *method, ItemDeduper *codeDeduper) in DeduplicateCode() 315 ItemDeduper lineNumberProgramDeduper; in DeduplicateCodeAndDebugInfo() 316 ItemDeduper debugDeduper; in DeduplicateCodeAndDebugInfo() 317 ItemDeduper codeDeduper; in DeduplicateCodeAndDebugInfo() 336 static void DeduplicateAnnotationValue(AnnotationItem *annotationItem, ItemDeduper *deduper) in DeduplicateAnnotationValue() 377 static void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotationDedupe [all...] |
H A D | file_item_container.h | 34 class ItemDeduper; 198 void DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper); 200 void DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debugInfoDeduper, ItemDeduper *lineNumberProgramDeduper);
|
/arkcompiler/runtime_core/libpandafile/ |
H A D | file_item_container.cpp | 23 class ItemDeduper { class 254 void ItemContainer::DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper) in DeduplicateLineNumberProgram() 265 void ItemContainer::DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debug_info_deduper, in DeduplicateDebugInfo() 266 ItemDeduper *line_number_program_deduper) in DeduplicateDebugInfo() 284 ItemDeduper line_number_program_deduper; in DeduplicateCodeAndDebugInfo() 285 ItemDeduper debug_deduper; in DeduplicateCodeAndDebugInfo() 304 static void DeduplicateAnnotationValue(AnnotationItem *annotation_item, ItemDeduper *deduper) in DeduplicateAnnotationValue() 345 static void DeduplicateAnnotations(std::vector<AnnotationItem *> *items, ItemDeduper *annotation_deduper, in DeduplicateAnnotations() 346 ItemDeduper *value_deduper) in DeduplicateAnnotations() 359 ItemDeduper value_dedupe in DeduplicateAnnotations() [all...] |
H A D | file_item_container.h | 33 class ItemDeduper; 198 void DeduplicateLineNumberProgram(DebugInfoItem *item, ItemDeduper *deduper); 200 void DeduplicateDebugInfo(MethodItem *method, ItemDeduper *debug_info_deduper, 201 ItemDeduper *line_number_program_deduper);
|
Completed in 5 milliseconds