Searched defs:is_profiling (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dheap-profiler.h42 if (profiler != NULL && profiler->is_profiling()) { \
72 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler
H A Dcpu-profiler.h193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
250 static INLINE(bool is_profiling(Isolate* isolate)) { function in class:v8::internal::CpuProfiler
/external/chromium_org/v8/src/
H A Dheap-profiler.h43 if (profiler != NULL && profiler->is_profiling()) { \
79 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler
H A Dcpu-profiler.h181 if (logger->is_logging_code_events() || cpu_profiler->is_profiling()) { \
237 INLINE(bool is_profiling() const) { return is_profiling_; } function in class:v8::internal::CpuProfiler

Completed in 102 milliseconds