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

  /art/runtime/
profiler.cc 48 BackgroundMethodSamplingProfiler* BackgroundMethodSamplingProfiler::profiler_ = nullptr; member in class:art::BackgroundMethodSamplingProfiler
127 profiler_(profiler) {}
140 GetSample(thread, this->profiler_);
143 this->profiler_->GetBarrier().Pass(self);
147 BackgroundMethodSamplingProfiler* const profiler_; member in class:art::FINAL
340 if (profiler_ != nullptr) {
349 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
352 reinterpret_cast<void*>(profiler_)),
366 profiler = profiler_;
381 profiler_ = nullptr
    [all...]
profiler.h 205 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
  /external/v8/src/
log.cc 681 profiler_(NULL) {}
686 if (profiler_) profiler_->Insert(sample);
690 DCHECK(profiler_ == NULL);
691 profiler_ = profiler;
697 profiler_ = NULL;
703 Profiler* profiler_; member in class:v8::internal::Ticker
783 profiler_(NULL),
    [all...]
log.h 380 // When the statistical profile is active, profiler_
383 Profiler* profiler_; member in class:v8::internal::Logger
  /external/v8/src/profiler/
heap-snapshot-generator.h 156 HeapProfiler* profiler() { return profiler_; }
188 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
heap-snapshot-generator.cc 183 : profiler_(profiler),
204 profiler_->RemoveSnapshot(this);
210 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id();
    [all...]

Completed in 114 milliseconds