Home
last modified time | relevance | path

Searched refs:birth_map_ (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/
Dtracked_objects.cc490 BirthMap::iterator it = birth_map_.find(location); in TallyABirth()
492 if (it != birth_map_.end()) { in TallyABirth()
500 birth_map_[location] = child; in TallyABirth()
669 for (const auto& birth : birth_map_) in SnapshotMaps()
848 for (BirthMap::iterator it = next_thread_data->birth_map_.begin(); in ShutdownSingleThreadedCleanup()
849 next_thread_data->birth_map_.end() != it; ++it) in ShutdownSingleThreadedCleanup()
Dtracked_objects.h705 BirthMap birth_map_; variable