Home | History | Annotate | Download | only in base

Lines Matching refs:death_map_

302   DeathMap::iterator it = death_map_.find(&lifetimes);
303 if (it != death_map_.end()) {
309 death_map_[&lifetimes].RecordDeath(duration);
335 for (DeathMap::const_iterator it = death_map_.begin();
336 it != death_map_.end(); ++it)
352 for (DeathMap::iterator it = death_map_.begin();
353 it != death_map_.end(); ++it)
520 next_thread_data->death_map_.clear();