Home
last modified time | relevance | path

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

/external/v8/src/
Dprofile-generator.h256 class CpuProfilesCollection {
258 explicit CpuProfilesCollection(Heap* heap);
259 ~CpuProfilesCollection();
303 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
309 explicit ProfileGenerator(CpuProfilesCollection* profiles);
325 CpuProfilesCollection* profiles_;
Dprofile-generator.cc435 CpuProfilesCollection::CpuProfilesCollection(Heap* heap) in CpuProfilesCollection() function in v8::internal::CpuProfilesCollection
451 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()
Dcpu-profiler.h23 class CpuProfilesCollection; variable
197 CpuProfilesCollection* test_collection,
260 CpuProfilesCollection* profiles_;
Dcpu-profiler.cc374 profiles_(new CpuProfilesCollection(isolate->heap())), in CpuProfiler()
382 CpuProfilesCollection* test_profiles, in CpuProfiler()
409 profiles_ = new CpuProfilesCollection(isolate()->heap()); in ResetProfiles()
/external/v8/test/cctest/
Dtest-profile-generator.cc42 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()
Dtest-cpu-profiler.cc42 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()