Home
last modified time | relevance | path

Searched refs:profiles_ (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dcpu-profiler.cc200 return profiles_->profiles()->length(); in GetProfilesCount()
205 return profiles_->profiles()->at(index); in GetProfile()
216 profiles_->RemoveProfile(profile); in DeleteProfile()
218 if (profiles_->profiles()->is_empty() && !is_profiling_) { in DeleteProfile()
248 profiles_(new CpuProfilesCollection(isolate)), in CpuProfiler()
250 profiles_->set_cpu_profiler(this); in CpuProfiler()
259 profiles_(test_profiles), in CpuProfiler()
263 profiles_->set_cpu_profiler(this); in CpuProfiler()
276 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
277 profiles_->set_cpu_profiler(this); in ResetProfiles()
[all …]
Dcpu-profiler.h227 std::unique_ptr<CpuProfilesCollection> profiles_; variable
Dprofile-generator.cc640 : profiles_(profiles) {} in ProfileGenerator()
740 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries, src_line, in RecordTickSample()
Dprofile-generator.h381 CpuProfilesCollection* profiles_; variable