Lines Matching refs:second
69 HashCombine(seed, ap.second); in operator ()()
144 auto res = range_count_map.emplace(p.first, p.second); in Merge()
145 if (!res.second) { in Merge()
146 OverflowSafeAdd(res.first->second, p.second); in Merge()
150 auto res = branch_count_map.emplace(p.first, p.second); in Merge()
151 if (!res.second) { in Merge()
152 OverflowSafeAdd(res.first->second, p.second); in Merge()
169 branch_map[other_p.first] = std::move(other_p.second); in Merge()
171 auto& map2 = it->second; in Merge()
172 for (auto& other_p2 : other_p.second) { in Merge()
175 map2[other_p2.first] = other_p2.second; in Merge()
177 OverflowSafeAdd(it2->second, other_p2.second); in Merge()
188 const auto& b_map = p.second; in GetOrderedBranchMap()
221 return lookup->second; in FilterDso()
271 if (!android::base::ParseInt(it->second, &pid, 0)) { in Read()
272 LOG(ERROR) << "invalid recording_process " << it->second << " in " << filename_; in Read()
353 AutoFDOBinaryInfo& binary = p.second; in ProcessAutoFDOBinaryInfo()
362 BranchListBinaryInfo& binary = p.second; in ProcessBranchListBinaryInfo()
533 new_branch_map[vaddr_in_file] = std::move(p.second); in ModifyBranchMapForKernel()
547 it->second.Merge(binary); in AddAutoFDOBinary()
591 uint64_t count = pair2.second; in Write()
594 to_offset(addr_range.first), to_offset(addr_range.second), count); in Write()
606 uint64_t count = pair2.second; in Write()
609 to_offset(branch.second), count); in Write()
629 it->second.Merge(binary); in AddBranchListBinary()
659 const BranchListBinaryInfo& binary = p.second; in Write()
676 for (const auto& branch_p : addr_p.second) { in Write()
682 branch_proto->set_count(branch_p.second); in Write()
896 BranchListBinaryInfo& binary = p.second; in ConvertBranchListToAutoFDO()