CpuProfilesCollection 469 src/cpu-profiler.cc profiles_ = new CpuProfilesCollection(); CpuProfilesCollection 43 src/cpu-profiler.h class CpuProfilesCollection; CpuProfilesCollection 267 src/cpu-profiler.h CpuProfilesCollection* profiles_; CpuProfilesCollection 583 src/profile-generator.cc CpuProfilesCollection::CpuProfilesCollection() CpuProfilesCollection 606 src/profile-generator.cc CpuProfilesCollection::~CpuProfilesCollection() { CpuProfilesCollection 615 src/profile-generator.cc bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) { CpuProfilesCollection 635 src/profile-generator.cc bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) { CpuProfilesCollection 640 src/profile-generator.cc CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id, CpuProfilesCollection 672 src/profile-generator.cc CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id, CpuProfilesCollection 690 src/profile-generator.cc int CpuProfilesCollection::GetProfileIndex(unsigned uid) { CpuProfilesCollection 699 src/profile-generator.cc bool CpuProfilesCollection::IsLastProfile(const char* title) { CpuProfilesCollection 708 src/profile-generator.cc void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) { CpuProfilesCollection 741 src/profile-generator.cc int CpuProfilesCollection::TokenToIndex(int security_token_id) { CpuProfilesCollection 747 src/profile-generator.cc List<CpuProfile*>* CpuProfilesCollection::GetProfilesList( CpuProfilesCollection 765 src/profile-generator.cc List<CpuProfile*>* CpuProfilesCollection::Profiles(int security_token_id) { CpuProfilesCollection 782 src/profile-generator.cc CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, CpuProfilesCollection 797 src/profile-generator.cc CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, CpuProfilesCollection 810 src/profile-generator.cc CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, CpuProfilesCollection 824 src/profile-generator.cc CodeEntry* CpuProfilesCollection::NewCodeEntry(Logger::LogEventsAndTags tag, CpuProfilesCollection 837 src/profile-generator.cc void CpuProfilesCollection::AddPathToCurrentProfiles( CpuProfilesCollection 287 src/profile-generator.h class CpuProfilesCollection { CpuProfilesCollection 289 src/profile-generator.h CpuProfilesCollection(); CpuProfilesCollection 290 src/profile-generator.h ~CpuProfilesCollection(); CpuProfilesCollection 350 src/profile-generator.h DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection); CpuProfilesCollection 394 src/profile-generator.h explicit ProfileGenerator(CpuProfilesCollection* profiles); CpuProfilesCollection 439 src/profile-generator.h CpuProfilesCollection* profiles_; CpuProfilesCollection 21 test/cctest/test-cpu-profiler.cc CpuProfilesCollection profiles; CpuProfilesCollection 81 test/cctest/test-cpu-profiler.cc CpuProfilesCollection profiles; CpuProfilesCollection 142 test/cctest/test-cpu-profiler.cc CpuProfilesCollection profiles; CpuProfilesCollection 232 test/cctest/test-cpu-profiler.cc CpuProfilesCollection profiles; CpuProfilesCollection 584 test/cctest/test-profile-generator.cc CpuProfilesCollection profiles; CpuProfilesCollection 810 test/cctest/test-profile-generator.cc CpuProfilesCollection collection; CpuProfilesCollection 812 test/cctest/test-profile-generator.cc CpuProfilesCollection::kMaxSimultaneousProfiles> titles; CpuProfilesCollection 813 test/cctest/test-profile-generator.cc for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i) { CpuProfilesCollection 820 test/cctest/test-profile-generator.cc "maximum", CpuProfilesCollection::kMaxSimultaneousProfiles + 1)); CpuProfilesCollection 821 test/cctest/test-profile-generator.cc for (int i = 0; i < CpuProfilesCollection::kMaxSimultaneousProfiles; ++i)