Lines Matching full:dedupe
557 ScopedArenaUnorderedMap<uint32_t, size_t> dedupe(allocator_->Adapter(kArenaAllocStackMapStream));
559 const size_t index = dedupe.size();
560 stack_map.register_mask_index = dedupe.emplace(stack_map.register_mask, index).first->second;
563 return dedupe.size();
569 ScopedArenaUnorderedMap<uint32_t, size_t> dedupe(allocator_->Adapter(kArenaAllocStackMapStream));
571 const size_t index = dedupe.size();
574 stack_map.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
579 const size_t index = dedupe.size();
582 inline_info.dex_method_index_idx = dedupe.emplace(method_index, index).first->second;
585 method_indices_.resize(dedupe.size());