Searched refs:profiles_ (Results 1 – 4 of 4) sorted by relevance
200 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 …]
227 std::unique_ptr<CpuProfilesCollection> profiles_; variable
640 : profiles_(profiles) {} in ProfileGenerator()740 profiles_->AddPathToCurrentProfiles(sample.timestamp, entries, src_line, in RecordTickSample()
381 CpuProfilesCollection* profiles_; variable