Searched refs:CpuProfilesCollection (Results 1 – 4 of 4) sorted by relevance
28 class CpuProfilesCollection; variable198 CpuProfilesCollection* profiles,233 CpuProfilesCollection* profiles_;301 CpuProfilesCollection* profiles, Symbolizer* test_symbolizer,362 std::unique_ptr<CpuProfilesCollection> profiles_;
733 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection736 CpuProfilingStatus CpuProfilesCollection::StartProfiling( in StartProfiling()758 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling()780 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile()788 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile()807 base::TimeDelta CpuProfilesCollection::GetCommonSamplingInterval() const { in GetCommonSamplingInterval()829 void CpuProfilesCollection::AddPathToCurrentProfiles( in AddPathToCurrentProfiles()
114 ProfilerCodeObserver* code_observer, CpuProfilesCollection* profiles, in SamplingEventsProcessor()448 new CpuProfilesCollection(isolate), nullptr, nullptr) {} in CpuProfiler()452 CpuProfilesCollection* test_profiles, in CpuProfiler()489 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()
444 class V8_EXPORT_PRIVATE CpuProfilesCollection {446 explicit CpuProfilesCollection(Isolate* isolate);483 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);