Lines Matching refs:Births
235 class BASE_EXPORT Births: public BirthOnThread {
237 Births(const Location& location, const ThreadData& current);
248 DISALLOW_COPY_AND_ASSIGN(Births);
448 typedef base::hash_map<Location, Births*, Location::Hash> BirthMap;
449 typedef std::map<const Births*, DeathData> DeathMap;
483 static Births* TallyABirthIfActive(const Location& location);
504 static void TallyRunOnWorkerThreadIfTracking(const Births* births,
510 static void TallyRunInAScopedRegionIfTracking(const Births* births,
559 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
583 Births* TallyABirth(const Location& location);
586 void TallyADeath(const Births& births,