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

  /external/chromium_org/v8/src/
profile-generator.cc 143 return (*name == 0) ? ProfileGenerator::kAnonymousFunctionName : name;
582 const char* const ProfileGenerator::kAnonymousFunctionName =
584 const char* const ProfileGenerator::kProgramEntryName =
586 const char* const ProfileGenerator::kIdleEntryName =
588 const char* const ProfileGenerator::kGarbageCollectorEntryName =
590 const char* const ProfileGenerator::kUnresolvedFunctionName =
594 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
609 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
685 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag)
    [all...]
profile-generator.h 329 class ProfileGenerator {
331 explicit ProfileGenerator(CpuProfilesCollection* profiles);
355 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
  /external/v8/src/
profile-generator.h 393 class ProfileGenerator {
395 explicit ProfileGenerator(CpuProfilesCollection* profiles);
446 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
    [all...]
profile-generator.cc 863 const char* const ProfileGenerator::kAnonymousFunctionName =
865 const char* const ProfileGenerator::kProgramEntryName =
867 const char* const ProfileGenerator::kGarbageCollectorEntryName =
871 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
881 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
    [all...]

Completed in 646 milliseconds