HomeSort by relevance Sort by last modified time
    Searched defs:CpuProfilesCollection (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/v8/src/
profile-generator.cc 499 CpuProfilesCollection::CpuProfilesCollection()
514 CpuProfilesCollection::~CpuProfilesCollection() {
522 bool CpuProfilesCollection::StartProfiling(const char* title, unsigned uid,
543 CpuProfile* CpuProfilesCollection::StopProfiling(const char* title) {
562 bool CpuProfilesCollection::IsLastProfile(const char* title) {
571 void CpuProfilesCollection::RemoveProfile(CpuProfile* profile) {
584 void CpuProfilesCollection::AddPathToCurrentProfiles(
597 CodeEntry* CpuProfilesCollection::NewCodeEntry
    [all...]
profile-generator.h 286 class CpuProfilesCollection {
288 CpuProfilesCollection();
289 ~CpuProfilesCollection();
331 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
337 explicit ProfileGenerator(CpuProfilesCollection* profiles);
354 CpuProfilesCollection* profiles_;
  /external/v8/src/
profile-generator.cc 573 CpuProfilesCollection::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::IsLastProfile(const char* title)
    [all...]
profile-generator.h 288 class CpuProfilesCollection {
290 CpuProfilesCollection();
291 ~CpuProfilesCollection();
351 DISALLOW_COPY_AND_ASSIGN(CpuProfilesCollection);
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
440 CpuProfilesCollection* profiles_;
    [all...]

Completed in 501 milliseconds