Searched refs:new_context_map (Results 1 – 1 of 1) sorted by relevance
619 PreviousContextMap new_context_map; in Write() local638 new_context_map[std::make_pair(dexpc, context_sig)] = count; in Write()648 PreviousContextMap::iterator ci = new_context_map.find(context_i.first); in Write()649 if (ci == new_context_map.end()) { in Write()650 new_context_map[context_i.first] = count; in Write()662 for (const auto &context_i : new_context_map) { in Write()