HomeSort by relevance Sort by last modified time
    Searched defs:is_profiling (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
heap-profiler.h 42 if (profiler != NULL && profiler->is_profiling()) { \
72 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler
cpu-profiler.h 193 if (v8::internal::CpuProfiler::is_profiling(isolate)) { \
250 static INLINE(bool is_profiling(Isolate* isolate)) { function in class:v8::internal::CpuProfiler

Completed in 92 milliseconds