Lines Matching refs:Births
234 class BASE_EXPORT Births: public BirthOnThread {
236 Births(const Location& location, const ThreadData& current);
254 DISALLOW_COPY_AND_ASSIGN(Births);
367 typedef std::map<Location, Births*> BirthMap;
368 typedef std::map<const Births*, DeathData> DeathMap;
369 typedef std::pair<const Births*, const Births*> ParentChildPair;
371 typedef std::stack<const Births*> ParentStack;
393 static Births* TallyABirthIfActive(const Location& location);
416 const Births* birth,
424 const Births* birth,
468 static TrackedTime NowForStartOfRun(const Births* parent);
522 Births* TallyABirth(const Location& location);
525 void TallyADeath(const Births& birth, int32 queue_duration, int32 duration);