Lines Matching refs:profiles_
209 return static_cast<int>(profiles_->profiles()->size()); in GetProfilesCount()
214 return profiles_->profiles()->at(index).get(); in GetProfile()
225 profiles_->RemoveProfile(profile); in DeleteProfile()
226 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()
300 profiles_(test_profiles), in CpuProfiler()
304 profiles_->set_cpu_profiler(this); in CpuProfiler()
319 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
320 profiles_->set_cpu_profiler(this); in ResetProfiles()
350 if (profiles_->StartProfiling(title, record_samples, mode)) { in StartProfiling()
358 StartProfiling(profiles_->GetName(title), record_samples, mode); in StartProfiling()
374 generator_.reset(new ProfileGenerator(profiles_.get())); in StartProcessorIfNotStarted()
404 return profiles_->StopProfiling(title); in StopProfiling()
408 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
412 if (!profiles_->IsLastProfile(title)) return; in StopProcessorIfLastProfile()