Searched refs:deduped_methods (Results 1 – 1 of 1) sorted by relevance
116 std::unordered_map<uint64_t, std::vector<const MethodDebugInfo*>> deduped_methods; in WriteDebugSymbols() local119 deduped_methods[info.code_address].push_back(&info); in WriteDebugSymbols()148 GetDedupedName(deduped_methods[info.code_address], &name); in WriteDebugSymbols()