Home
last modified time | relevance | path

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

/art/compiler/
Delf_writer_quick.cc259 std::unordered_set<uint32_t> deduped_addresses; in WriteDebugSymbols() local
262 deduped_addresses.insert(it->low_pc_); in WriteDebugSymbols()
272 if (deduped_addresses.find(it->low_pc_) != deduped_addresses.end()) { in WriteDebugSymbols()
Delf_writer_debug.cc251 std::unordered_set<uint32_t> deduped_addresses; in WriteDebugSections() local
254 deduped_addresses.insert(it->low_pc_); in WriteDebugSections()
295 if (deduped_addresses.find(method_info->low_pc_) != deduped_addresses.end()) { in WriteDebugSections()