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

/external/v8/src/
H A Dprofile-generator.cc573 CpuProfilesCollection::CpuProfilesCollection() function in class:v8::internal::CpuProfilesCollection
596 CpuProfilesCollection::~CpuProfilesCollection() {
605 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid) {
625 bool CpuProfilesCollection::StartProfiling(String* title, unsigned uid) {
630 CpuProfile* CpuProfilesCollection::StopProfiling(int security_token_id,
662 CpuProfile* CpuProfilesCollection::GetProfile(int security_token_id,
680 int CpuProfilesCollection::GetProfileIndex(unsigned uid) {
689 bool CpuProfilesCollection
[all...]
H A Dprofile-generator.h288 class CpuProfilesCollection { class in namespace:v8::internal
290 CpuProfilesCollection();
291 ~CpuProfilesCollection();
351 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
440 CpuProfilesCollection* profiles_;

Completed in 48 milliseconds