Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc551 BirthMap::iterator it = birth_map_.find(location); in TallyABirth()
553 if (it != birth_map_.end()) { in TallyABirth()
561 birth_map_[location] = child; in TallyABirth()
734 for (const auto& birth : birth_map_) in SnapshotMaps()
884 for (BirthMap::iterator it = next_thread_data->birth_map_.begin(); in ShutdownSingleThreadedCleanup()
885 next_thread_data->birth_map_.end() != it; ++it) in ShutdownSingleThreadedCleanup()
Dtracked_objects.h762 BirthMap birth_map_; variable