Lines Matching refs:Births
236 class BASE_EXPORT Births: public BirthOnThread {
238 Births(const Location& location, const ThreadData& current);
249 DISALLOW_COPY_AND_ASSIGN(Births);
449 typedef base::hash_map<Location, Births*, Location::Hash> BirthMap;
450 typedef std::map<const Births*, DeathData> DeathMap;
484 static Births* TallyABirthIfActive(const Location& location);
505 static void TallyRunOnWorkerThreadIfTracking(const Births* births,
511 static void TallyRunInAScopedRegionIfTracking(const Births* births,
564 typedef std::vector<std::pair<const Births*, DeathDataPhaseSnapshot>>
588 Births* TallyABirth(const Location& location);
591 void TallyADeath(const Births& births,