OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DecreaseProfilingDepth
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/v8/src/
sampler.cc
614
void Sampler::
DecreaseProfilingDepth
() {
/external/v8/src/
platform.h
727
void
DecreaseProfilingDepth
() { NoBarrier_AtomicIncrement(&profiling_, -1); }
Completed in 32 milliseconds