Searched defs:births (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/
H A Dtracked_objects.cc83 // ThreadData maintains the central data for all births and death.
173 collected_data.AddListOfLivingObjects(); // Add births that are still alive.
217 " The data can be reset to zero (discarding all births, deaths, etc.) using"
665 void Aggregation::AddBirths(const Births& births) { argument
666 AddBirth(births);
667 birth_count_ += births.birth_count();

Completed in 18 milliseconds