Lines Matching refs:profiles_
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()
287 if (profiles_->StartProfiling(title, record_samples)) { in StartProfiling()
294 StartProfiling(profiles_->GetName(title), record_samples); in StartProfiling()
308 generator_.reset(new ProfileGenerator(isolate_, profiles_.get())); in StartProcessorIfNotStarted()
332 return profiles_->StopProfiling(title); in StopProfiling()
336 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
340 if (!profiles_->IsLastProfile(title)) return; in StopProcessorIfLastProfile()