Searched refs:is_profiling (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/v8/src/
H A Dcpu-profiler.h186 if (logger->is_logging_code_events() || cpu_profiler->is_profiling()) { \
242 INLINE(bool is_profiling() const) { return is_profiling_; } function in class:v8::internal::CpuProfiler
H A Dcompiler.cc155 no_frame_ranges_ = isolate->cpu_profiler()->is_profiling()
615 info->isolate()->cpu_profiler()->is_profiling()) {
H A Dlog.cc44 if (cpu_profiler->is_profiling()) { \
H A Druntime.cc2991 isolate->cpu_profiler()->is_profiling()) {
/external/chromium_org/v8/src/heap/
H A Dheap-inl.h254 isolate_->cpu_profiler()->is_profiling()) {
H A Dheap.cc2222 isolate()->cpu_profiler()->is_profiling() ||
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc936 if (isolate->cpu_profiler()->is_profiling()) {

Completed in 387 milliseconds