Searched refs:TallyABirth (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/base/
H A Dtracked_objects_unittest.cc51 void TallyABirth(const Location& location, const std::string& thread_name) { function in class:tracked_objects::TrackedObjectsTest
186 // TrackingInfo will call TallyABirth() during construction.
306 TallyABirth(location, std::string());
323 TallyABirth(location, kMainThreadName);
340 TallyABirth(location, std::string());
356 TallyABirth(location, kMainThreadName);
372 TallyABirth(location, kMainThreadName);
377 // TrackingInfo will call TallyABirth() during construction.
408 TallyABirth(location, kMainThreadName);
413 // TrackingInfo will call TallyABirth() durin
[all...]
H A Dtracked_objects.h521 Births* TallyABirth(const Location& location);
H A Dtracked_objects.cc411 Births* ThreadData::TallyABirth(const Location& location) { function in class:tracked_objects::ThreadData
489 return current_thread_data->TallyABirth(location);
540 // (since we'll use locks on TallyABirth and TallyADeath). The good news is

Completed in 128 milliseconds