Home
last modified time | relevance | path

Searched refs:IsProfiling (Results 1 – 9 of 9) sorted by relevance

/external/v8/src/
Dplatform.h725 bool IsProfiling() const { return NoBarrier_Load(&profiling_) > 0; } in IsProfiling() function
Dplatform-cygwin.cc687 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-macos.cc806 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-freebsd.cc810 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-solaris.cc814 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-openbsd.cc892 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-linux.cc1187 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dplatform-win32.cc2022 if (!sampler->IsProfiling()) return; in DoCpuProfile()
Dlog.cc1751 *flag |= sampler->IsProfiling(); in ComputeCpuProfiling()