Home
last modified time | relevance | path

Searched refs:CpuProfilesCollection (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/profiler/
Dprofile-generator.h402 class CpuProfilesCollection {
404 explicit CpuProfilesCollection(Isolate* isolate);
436 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
441 explicit ProfileGenerator(CpuProfilesCollection* profiles);
451 CpuProfilesCollection* profiles_;
Dcpu-profiler.h28 class CpuProfilesCollection; variable
194 CpuProfiler(Isolate* isolate, CpuProfilesCollection* profiles,
238 std::unique_ptr<CpuProfilesCollection> profiles_;
Dprofile-generator.cc603 CpuProfilesCollection::CpuProfilesCollection(Isolate* isolate) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection
606 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()
Dcpu-profiler.cc291 : 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()