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

  /art/runtime/
profiler.cc 49 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::FINAL
336 if (profiler_ != nullptr) {
345 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options);
348 reinterpret_cast<void*>(profiler_)),
362 profiler = profiler_;
377 profiler_ = nullptr
    [all...]
profiler.h 201 static BackgroundMethodSamplingProfiler* profiler_ GUARDED_BY(Locks::profiler_lock_);
  /external/v8/src/
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...]
heap-snapshot-generator.h 151 HeapProfiler* profiler() { return profiler_; }
186 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
log.h 388 // When the statistical profile is active, profiler_
391 Profiler* profiler_; member in class:v8::internal::Logger
heap-snapshot-generator.cc 186 : profiler_(profiler),
209 profiler_->RemoveSnapshot(this);
215 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id();
    [all...]

Completed in 130 milliseconds