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

  /external/chromium_org/v8/src/
log.h 388 // When the statistical profile is active, profiler_
391 Profiler* profiler_; member in class:v8::internal::Logger
heap-snapshot-generator.h 151 HeapProfiler* profiler() { return profiler_; }
186 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
log.cc 667 profiler_(NULL) {}
672 if (profiler_) profiler_->Insert(sample);
676 DCHECK(profiler_ == NULL);
677 profiler_ = profiler;
683 profiler_ = NULL;
689 Profiler* profiler_; member in class:v8::internal::Ticker
768 profiler_(NULL),
    [all...]
  /art/runtime/
profiler.cc 51 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in class:art::BackgroundMethodSamplingProfiler
125 profiler_(profiler) {}
138 GetSample(thread, this->profiler_);
141 this->profiler_->GetBarrier().Pass(self);
145 BackgroundMethodSamplingProfiler* const profiler_; member in class:art::SampleCheckpoint
339 if (profiler_ != nullptr) {
348 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
351 reinterpret_cast<void*>(profiler_)),
365 profiler = profiler_;
380 profiler_ = nullptr
    [all...]

Completed in 159 milliseconds