Lines Matching refs:second
399 if (it->second > 0) {
401 TaskSnapshot(*it->first, DeathData(it->second), "Still_Alive"));
410 child = it->second;
453 death_data = &it->second;
593 // second time.
614 TaskSnapshot(*it->first, it->second, thread_name()));
620 (*birth_counts)[it->second] += it->second->birth_count();
640 (*birth_map)[it->first] = it->second;
643 (*death_map)[it->first] = it->second;
645 it->second.ResetMax();
670 it->second.Clear();
673 it->second->Clear();
855 delete it->second; // Delete the Birth Records.
884 child(*parent_child.second) {