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

  /external/chromium_org/v8/src/
cpu-profiler.cc 170 if (is_profiling_) return processor_->TickSampleEvent();
176 if (is_profiling_) StopProcessor();
381 is_profiling_(false) {
395 is_profiling_(false) {
400 ASSERT(!is_profiling_);
432 is_profiling_ = true;
454 if (!is_profiling_) return NULL;
465 if (!is_profiling_) return NULL;
485 is_profiling_ = false;
cpu-profiler.h 237 INLINE(bool is_profiling() const) { return is_profiling_; }
239 return &is_profiling_;
260 bool is_profiling_; member in class:v8::internal::CpuProfiler
  /external/v8/src/
cpu-profiler.h 252 return profiler != NULL && NoBarrier_Load(&profiler->is_profiling_);
274 Atomic32 is_profiling_; member in class:v8::internal::CpuProfiler
cpu-profiler.cc 457 is_profiling_(false) {
494 NoBarrier_Store(&is_profiling_, true);
555 NoBarrier_Store(&is_profiling_, false);

Completed in 291 milliseconds