Searched refs:CpuProfilesCollection (Results 1 – 6 of 6) sorted by relevance
256 class CpuProfilesCollection {258 explicit CpuProfilesCollection(Heap* heap);259 ~CpuProfilesCollection();303 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);309 explicit ProfileGenerator(CpuProfilesCollection* profiles);325 CpuProfilesCollection* profiles_;
435 CpuProfilesCollection::CpuProfilesCollection(Heap* heap) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection451 CpuProfilesCollection::~CpuProfilesCollection() { in ~CpuProfilesCollection()458 bool CpuProfilesCollection::StartProfiling(const char* title, in StartProfiling()479 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) { in StopProfiling()498 bool CpuProfilesCollection::IsLastProfile(const char* title) { in IsLastProfile()507 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { in RemoveProfile()519 void CpuProfilesCollection::AddPathToCurrentProfiles( in AddPathToCurrentProfiles()532 CodeEntry* CpuProfilesCollection::NewCodeEntry( in NewCodeEntry()560 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator()
23 class CpuProfilesCollection; variable197 CpuProfilesCollection* test_collection,260 CpuProfilesCollection* profiles_;
374 profiles_(new CpuProfilesCollection(isolate->heap())), in CpuProfiler()382 CpuProfilesCollection* test_profiles, in CpuProfiler()409 profiles_ = new CpuProfilesCollection(isolate()->heap()); in ResetProfiles()
42 using i::CpuProfilesCollection;404 CpuProfilesCollection profiles(CcTest::heap()); in TEST()470 CpuProfilesCollection profiles(CcTest::heap()); in TEST()518 CpuProfilesCollection profiles(CcTest::heap()); in TEST()600 CpuProfilesCollection collection(CcTest::heap()); in TEST()602 CpuProfilesCollection::kMaxSimultaneousProfiles> titles; in TEST()603 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i) { in TEST()610 for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i) in TEST()
42 using i::CpuProfilesCollection;54 CpuProfilesCollection profiles(isolate->heap()); in TEST()141 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST()202 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST()271 CpuProfilesCollection* profiles = new CpuProfilesCollection(isolate->heap()); in TEST()