Home
last modified time | relevance | path

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

/art/compiler/debug/
Delf_symtab_writer.h116 std::unordered_map<uint64_t, std::vector<const MethodDebugInfo*>> deduped_methods; in WriteDebugSymbols() local
119 deduped_methods[info.code_address].push_back(&info); in WriteDebugSymbols()
148 GetDedupedName(deduped_methods[info.code_address], &name); in WriteDebugSymbols()