Searched refs:profiles_ (Results 1 – 2 of 2) sorted by relevance
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()[all …]
233 CpuProfilesCollection* profiles_; variable362 std::unique_ptr<CpuProfilesCollection> profiles_; variable