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

  /external/v8/src/
cpu-profiler.h 203 if (v8::internal::CpuProfiler::is_profiling()) { \
264 static INLINE(bool is_profiling()) { function in class:v8::internal::CpuProfiler
265 return is_profiling(Isolate::Current());
268 static INLINE(bool is_profiling(Isolate* isolate)) { function in class:v8::internal::CpuProfiler
295 static INLINE(bool is_profiling()) { return false; } function in class:v8::internal::CpuProfiler
heap-profiler.h 45 if (profiler != NULL && profiler->is_profiling()) { \
79 INLINE(bool is_profiling()) { function in class:v8::internal::HeapProfiler

Completed in 34 milliseconds