Searched refs:birth_map_ (Results 1 – 2 of 2) sorted by relevance
481 BirthMap::iterator it = birth_map_.find(location); in TallyABirth()483 if (it != birth_map_.end()) { in TallyABirth()491 birth_map_[location] = child; in TallyABirth()650 for (const auto& birth : birth_map_) in SnapshotMaps()809 for (BirthMap::iterator it = next_thread_data->birth_map_.begin(); in ShutdownSingleThreadedCleanup()810 next_thread_data->birth_map_.end() != it; ++it) in ShutdownSingleThreadedCleanup()
696 BirthMap birth_map_; variable