Home
last modified time | relevance | path

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

/external/libchrome/base/
Dtracked_objects.cc528 DeathMap::iterator it = death_map_.find(&births); in TallyADeath()
530 if (it != death_map_.end()) { in TallyADeath()
534 death_data = &death_map_[&births]; in TallyADeath()
672 for (const auto& death : death_map_) { in SnapshotMaps()
689 for (auto& death : death_map_) { in OnProfilingPhaseCompletedOnThread()
Dtracked_objects.h711 DeathMap death_map_; variable