Searched refs:profiler_ (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/profiler/ |
D | sampling-heap-profiler.h | 56 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
|
D | profile-generator.h | 289 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
|
D | profile-generator.cc | 408 profiler_(profiler) {} in CpuProfile() 472 profiler_(nullptr), in CpuProfilesCollection() 501 current_profiles_.Add(new CpuProfile(profiler_, title, record_samples)); in StartProfiling()
|
D | heap-snapshot-generator.h | 156 HeapProfiler* profiler() { return profiler_; } in profiler() 188 HeapProfiler* profiler_; variable
|
D | heap-snapshot-generator.cc | 182 : 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/ |
D | log.cc | 623 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 …]
|
D | log.h | 324 Profiler* profiler_; variable
|