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

  /external/v8/src/
cpu-profiler.h 270 return profiler != NULL && NoBarrier_Load(&profiler->is_profiling_);
292 Atomic32 is_profiling_; member in class:v8::internal::CpuProfiler
cpu-profiler.cc 471 is_profiling_(false) {
508 NoBarrier_Store(&is_profiling_, true);
574 NoBarrier_Store(&is_profiling_, false);

Completed in 37 milliseconds