Searched refs:birth_map_ (Results 1 – 2 of 2) sorted by relevance
279 BirthMap::iterator it = birth_map_.find(location); in TallyABirth()280 if (it != birth_map_.end()) { in TallyABirth()289 birth_map_[location] = tracker; in TallyABirth()327 for (BirthMap::const_iterator it = birth_map_.begin(); in SnapshotBirthMap()328 it != birth_map_.end(); ++it) in SnapshotBirthMap()355 for (BirthMap::iterator it = birth_map_.begin(); in Reset()356 it != birth_map_.end(); ++it) in Reset()516 for (BirthMap::iterator it = next_thread_data->birth_map_.begin(); in ShutdownSingleThreadedCleanup()517 next_thread_data->birth_map_.end() != it; ++it) in ShutdownSingleThreadedCleanup()519 next_thread_data->birth_map_.clear(); in ShutdownSingleThreadedCleanup()
602 BirthMap birth_map_; variable