Lines Matching refs:profiles_
118 profiles_(profiles), in SamplingEventsProcessor()
218 profiles_->AddPathToCurrentProfiles( in SymbolizeAndAddToProfiles()
385 return static_cast<int>(profiles_->profiles()->size()); in GetProfilesCount()
390 return profiles_->profiles()->at(index).get(); in GetProfile()
401 profiles_->RemoveProfile(profile); in DeleteProfile()
402 if (profiles_->profiles()->empty() && !is_profiling_) { in DeleteProfile()
460 profiles_(test_profiles), in CpuProfiler()
465 profiles_->set_cpu_profiler(this); in CpuProfiler()
489 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
490 profiles_->set_cpu_profiler(this); in ResetProfiles()
517 return profiles_->GetCommonSamplingInterval(); in ComputeSamplingInterval()
540 StartProfilingStatus status = profiles_->StartProfiling(title, options); in StartProfiling()
556 return StartProfiling(profiles_->GetName(title), options); in StartProfiling()
576 isolate_, symbolizer_.get(), &code_observer_, profiles_.get(), in StartProcessorIfNotStarted()
588 CpuProfile* result = profiles_->StopProfiling(title); in StopProfiling()
594 return StopProfiling(profiles_->GetName(title)); in StopProfiling()
598 if (!profiles_->IsLastProfile(title)) return; in StopProcessorIfLastProfile()