Home
last modified time | relevance | path

Searched refs:profiler_ (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/profiler/
Dsampling-heap-profiler.h56 SamplingHeapProfiler* profiler_) in Sample()
60 reinterpret_cast<v8::Isolate*>(profiler_->isolate_), local_)), in Sample()
61 profiler(profiler_) {} in Sample()
162 profiler_(profiler), in SamplingAllocationObserver()
173 profiler_->SampleObject(soon_object, size); in Step()
180 SamplingHeapProfiler* const profiler_; variable
Dprofile-generator.h289 CpuProfiler* cpu_profiler() const { return profiler_; } in cpu_profiler()
303 CpuProfiler* const profiler_; variable
337 void set_cpu_profiler(CpuProfiler* profiler) { profiler_ = profiler; } in set_cpu_profiler()
356 CpuProfiler* profiler_; variable
Dprofile-generator.cc408 profiler_(profiler) {} in CpuProfile()
472 profiler_(nullptr), in CpuProfilesCollection()
501 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples)); in StartProfiling()
Dheap-snapshot-generator.h156 HeapProfiler* profiler() { return profiler_; } in profiler()
188 HeapProfiler* profiler_; variable
Dheap-snapshot-generator.cc182 : profiler_(profiler), in HeapSnapshot()
203 profiler_->RemoveSnapshot(this); in Delete()
209 max_snapshot_js_object_id_ = profiler_->heap_object_map()->last_assigned_id(); in RememberLastJSObjectId()
/external/v8/src/
Dlog.cc623 profiler_(NULL), in Ticker()
632 DCHECK(profiler_ == NULL); in SetProfiler()
633 profiler_ = profiler; in SetProfiler()
640 profiler_ = NULL; in ClearProfiler()
661 if (profiler_) profiler_->Insert(sample); in SampleStack()
668 Profiler* profiler_; member in v8::internal::Ticker
750 profiler_(NULL), in Logger()
1408 if (profiler_ != NULL) { in StopProfiler()
1409 profiler_->pause(); in StopProfiler()
1789 profiler_ = new Profiler(isolate); in SetUp()
[all …]
Dlog.h324 Profiler* profiler_; variable