Searched defs:CpuProfilesCollection (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dprofile-generator.cc536 CpuProfilesCollection::CpuProfilesCollection() function in class:v8::internal::CpuProfilesCollection
559 CpuProfilesCollection::~CpuProfilesCollection() {
568 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
588 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
593 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
625 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
643 int CpuProfilesCollection::GetProfileIndex(unsigned uid) {
652 bool CpuProfilesCollection
[all...]
H A Dprofile-generator.h284 class CpuProfilesCollection { class in namespace:v8::internal
286 CpuProfilesCollection();
287 ~CpuProfilesCollection();
347 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
391 explicit ProfileGenerator(CpuProfilesCollection* profiles);
436 CpuProfilesCollection* profiles_;

Completed in 74 milliseconds