Searched defs:StopProcessor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/src/
H A Dcpu-profiler.cc176 if (is_profiling_) StopProcessor();
473 if (profiles_->IsLastProfile(title)) StopProcessor();
477 void CpuProfiler::StopProcessor() { function in class:v8::internal::CpuProfiler
/external/v8/src/
H A Dcpu-profiler.cc326 isolate->cpu_profiler()->StopProcessor();
543 if (profiles_->IsLastProfile(title)) StopProcessor();
547 void CpuProfiler::StopProcessor() { function in class:v8::internal::CpuProfiler

Completed in 123 milliseconds