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

  /external/v8/src/profiler/
tracing-cpu-profiler.h 35 std::unique_ptr<CpuProfiler> profiler_; member in class:v8::internal::final
sampling-heap-profiler.h 57 SamplingHeapProfiler* profiler_)
61 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)),
62 profiler(profiler_) {}
165 profiler_(profiler),
176 profiler_->SampleObject(soon_object, size);
183 SamplingHeapProfiler* const profiler_; member in class:v8::internal::SamplingAllocationObserver
heap-snapshot-generator.h 158 HeapProfiler* profiler() { return profiler_; }
190 HeapProfiler* profiler_; member in class:v8::internal::HeapSnapshot
profile-generator.h 289 CpuProfiler* cpu_profiler() const { return profiler_; }
305 CpuProfiler* const profiler_; member in class:v8::internal::CpuProfile
340 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; }
359 CpuProfiler* profiler_; member in class:v8::internal::CpuProfilesCollection
  /external/v8/src/
log.h 309 // When the statistical profile is active, profiler_
312 Profiler* profiler_; member in class:v8::internal::Logger
log.cc 621 profiler_(nullptr),
630 DCHECK(profiler_ == nullptr);
631 profiler_ = profiler;
638 profiler_ = nullptr;
645 if (!profiler_) return;
649 profiler_->Insert(&sample);
653 Profiler* profiler_; member in class:v8::internal::Ticker
735 profiler_(NULL),
    [all...]

Completed in 151 milliseconds