HomeSort by relevance Sort by last modified time
    Searched full:birth_ (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/base/profiler/
scoped_profile.cc 15 : birth_(ThreadData::TallyABirthIfActive(location)),
16 start_of_run_(ThreadData::NowForStartOfRun(birth_)) {
24 if (!birth_)
26 ThreadData::TallyRunInAScopedRegionIfTracking(birth_, start_of_run_,
28 birth_ = NULL;
scoped_profile.h 59 Births* birth_; // Place in code where tracking started. member in class:tracked_objects::ScopedProfile
  /external/chromium/base/
tracked_objects.cc 544 : birth_(&birth_on_thread),
550 : birth_(&birth_on_thread),
564 birth_->birth_thread()->ThreadName().c_str(),
566 birth_->location().Write(true, true, output);
    [all...]
tracked_objects.h 262 const ThreadData* birth_thread() const { return birth_->birth_thread(); }
263 const Location location() const { return birth_->location(); }
264 const BirthOnThread& birth() const { return *birth_; }
279 const BirthOnThread* birth_; // Includes Location and birth_thread. member in class:tracked_objects::Snapshot

Completed in 150 milliseconds