Home | History | Annotate | Download | only in base

Lines Matching defs:DeathData

91 // collection of DeathData instances.  For each birth place Location that is
92 // destroyed on a thread, there is a DeathData instance to record the additional
96 // lock such DeathData instances. (i.e., these accumulated stats in a DeathData
100 // explaining how each thread maintains a list of DeathData instances, and of
106 // are lists of DeathData and Births instances. These lists are maintained in
190 // DeathData that is reset (as synchronously as possible) during each snapshot.
262 class BASE_EXPORT DeathData {
265 DeathData();
268 // threads, we create DeathData stats that tally the number of births without
270 explicit DeathData(int count);
312 // A "snapshotted" representation of the DeathData class.
316 explicit DeathDataSnapshot(const DeathData& death_data);
338 const DeathData& death_data,
368 typedef std::map<const Births*, DeathData> DeathMap;
386 // During the scavenging, if |reset_max| is true, then the DeathData instances
530 // true, then the max values in each DeathData instance are reset during the
542 // |reset_max| is true, then the max values in each DeathData instance are
677 // representative sample in each DeathData instance. We can't start off with