Searched refs:CpuProfilesCollection (Results 1 – 4 of 4) sorted by relevance
402 class CpuProfilesCollection {404 explicit CpuProfilesCollection(Isolate* isolate);436 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);441 explicit ProfileGenerator(CpuProfilesCollection* profiles);451 CpuProfilesCollection* profiles_;
28 class CpuProfilesCollection; variable194 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,238 std::unique_ptr<CpuProfilesCollection> profiles_;
603 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection606 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling()629 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling()653 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile()662 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile()673 void CpuProfilesCollection::AddPathToCurrentProfiles( in AddPathToCurrentProfiles()686 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator()
291 : CpuProfiler(isolate, new CpuProfilesCollection(isolate), nullptr, in CpuProfiler()294 CpuProfiler::CpuProfiler(Isolate* isolate, CpuProfilesCollection* test_profiles, in CpuProfiler()319 profiles_.reset(new CpuProfilesCollection(isolate_)); in ResetProfiles()