HomeSort by relevance Sort by last modified time
    Searched refs:DeathMap (Results 1 - 6 of 6) sorted by null

  /external/chromium/base/
tracked_objects_unittest.cc 33 ThreadData::DeathMap death_map;
73 ThreadData::DeathMap death_map;
tracked_objects.h 471 typedef std::map<const Births*, DeathData> DeathMap;
510 void SnapshotDeathMap(DeathMap *output) const;
608 DeathMap death_map_;
610 // Lock to protect *some* access to BirthMap and DeathMap. The maps are
tracked_objects.cc 302 DeathMap::iterator it = death_map_.find(&lifetimes);
333 void ThreadData::SnapshotDeathMap(DeathMap *output) const {
335 for (DeathMap::const_iterator it = death_map_.begin();
352 for (DeathMap::iterator it = death_map_.begin();
613 ThreadData::DeathMap death_map;
621 for (ThreadData::DeathMap::const_iterator it = death_map.begin();
    [all...]
  /external/chromium_org/base/
tracked_objects.h 368 typedef std::map<const Births*, DeathData> DeathMap;
551 // true, then, just after we copy the DeathMap, we will set the max values to
552 // zero in the active DeathMap (not the snapshot).
555 DeathMap* death_map,
651 DeathMap death_map_;
658 // Lock to protect *some* access to BirthMap and DeathMap. The maps are
    [all...]
tracked_objects.cc 450 DeathMap::iterator it = death_map_.find(&birth);
607 ThreadData::DeathMap death_map;
611 for (ThreadData::DeathMap::const_iterator it = death_map.begin();
635 DeathMap* death_map,
641 for (DeathMap::iterator it = death_map_.begin();
668 for (DeathMap::iterator it = death_map_.begin();
tracked_objects_unittest.cc 109 ThreadData::DeathMap death_map;
152 ThreadData::DeathMap death_map;

Completed in 110 milliseconds