Searched refs:DecreaseProfilingDepth (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dsampler.h100 void DecreaseProfilingDepth() { NoBarrier_AtomicIncrement(&profiling_, -1); } function in class:v8::internal::Sampler
H A Dcpu-profiler.cc480 sampler->DecreaseProfilingDepth();
H A Dlog.cc629 DecreaseProfilingDepth();
/external/v8/src/
H A Dplatform.h727 void DecreaseProfilingDepth() { NoBarrier_AtomicIncrement(&profiling_, -1); } function in class:v8::internal::Sampler
H A Dcpu-profiler.cc550 sampler->DecreaseProfilingDepth();
H A Dlog.cc220 DecreaseProfilingDepth();

Completed in 187 milliseconds