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

  /external/chromium_org/base/
tracked_objects_unittest.cc 51 void TallyABirth(const Location& location, const std::string& thread_name) {
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() during construction
    [all...]
tracked_objects.h 521 Births* TallyABirth(const Location& location);
    [all...]
tracked_objects.cc 411 Births* ThreadData::TallyABirth(const Location& location) {
489 return current_thread_data->TallyABirth(location);
540 // (since we'll use locks on TallyABirth and TallyADeath). The good news is

Completed in 34 milliseconds