HomeSort by relevance Sort by last modified time
    Searched refs:TallyABirthIfActive (Results 1 - 5 of 5) sorted by null

  /external/libchrome/base/profiler/
scoped_profile.cc 19 birth_ = ThreadData::TallyABirthIfActive(location);
  /external/libchrome/base/
tracking_info.cc 20 tracked_objects::ThreadData::TallyABirthIfActive(posted_from)),
tracked_objects.h 86 // TallyABirthIfActive() and TallyRunOnNamedThreadIfTracking() as appropriate.
483 // TallyABirthIfActive will returns NULL if the birth cannot be tallied.
484 static Births* TallyABirthIfActive(const Location& location);
    [all...]
tracked_objects.cc 540 Births* ThreadData::TallyABirthIfActive(const Location& location) {
    [all...]
tracked_objects_unittest.cc 59 Births* birth = ThreadData::TallyABirthIfActive(location);
170 ThreadData::TallyABirthIfActive(location);
    [all...]

Completed in 144 milliseconds