OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
85
//
TallyABirthIfActive
() and TallyRunOnNamedThreadIfTracking() as appropriate.
482
//
TallyABirthIfActive
will returns NULL if the birth cannot be tallied.
483
static Births*
TallyABirthIfActive
(const Location& location);
[
all
...]
tracked_objects.cc
521
Births* ThreadData::
TallyABirthIfActive
(const Location& location) {
[
all
...]
tracked_objects_unittest.cc
59
Births* birth = ThreadData::
TallyABirthIfActive
(location);
170
ThreadData::
TallyABirthIfActive
(location);
[
all
...]
Completed in 128 milliseconds