Lines Matching refs:Births
270 Births::Births(const Location& location, const ThreadData& current) in Births() function in tracked_objects::Births
274 int Births::birth_count() const { return birth_count_; } in birth_count()
276 void Births::RecordBirth() { ++birth_count_; } in RecordBirth()
489 Births* ThreadData::TallyABirth(const Location& location) { in TallyABirth()
491 Births* child; in TallyABirth()
496 child = new Births(location, *this); // Leak this. in TallyABirth()
506 void ThreadData::TallyADeath(const Births& births, in TallyADeath()
516 static_cast<uint32_t>(&births - reinterpret_cast<Births*>(0)); in TallyADeath()
540 Births* ThreadData::TallyABirthIfActive(const Location& location) { in TallyABirthIfActive()
556 const Births* births = completed_task.birth_tally; in TallyRunOnNamedThreadIfTracking()
579 const Births* births, in TallyRunOnWorkerThreadIfTracking()
611 const Births* births, in TallyRunInAScopedRegionIfTracking()