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

  /external/v8/src/
log.cc 193 profiler_(NULL) {}
198 if (profiler_) profiler_->Insert(sample);
209 if (!profiler_ && IsActive() && !RuntimeProfiler::IsEnabled()) Stop();
213 ASSERT(profiler_ == NULL);
214 profiler_ = profiler;
221 profiler_ = NULL;
232 Profiler* profiler_; member in class:v8::internal::Ticker
520 profiler_(NULL),
    [all...]
log.h 377 // When the statistical profile is active, profiler_
380 Profiler* profiler_; member in class:v8::internal::Logger

Completed in 547 milliseconds