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 46 void TallyABirth(const Location& location, const std::string& thread_name) {
165 // TrackingInfo will call TallyABirth() during construction.
279 TallyABirth(location, std::string());
295 TallyABirth(location, kMainThreadName);
311 TallyABirth(location, std::string());
326 TallyABirth(location, kMainThreadName);
341 TallyABirth(location, kMainThreadName);
346 // TrackingInfo will call TallyABirth() during construction.
373 TallyABirth(location, kMainThreadName);
378 // TrackingInfo will call TallyABirth() during construction
    [all...]
tracked_objects.h 523 Births* TallyABirth(const Location& location);
    [all...]
tracked_objects.cc 406 Births* ThreadData::TallyABirth(const Location& location) {
478 return current_thread_data->TallyABirth(location);
533 // (since we'll use locks on TallyABirth and TallyADeath). The good news is

Completed in 107 milliseconds