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

  /external/chromium_org/v8/src/
cpu-profiler.h 24 class ProfileGenerator;
127 ProfilerEventsProcessor(ProfileGenerator* generator,
164 ProfileGenerator* generator_;
198 ProfileGenerator* test_generator,
250 ProfileGenerator* generator() const { return generator_; }
264 ProfileGenerator* generator_;
profile-generator.cc 120 return (*name == 0) ? ProfileGenerator::kAnonymousFunctionName : name;
558 const char* const ProfileGenerator::kAnonymousFunctionName =
560 const char* const ProfileGenerator::kProgramEntryName =
562 const char* const ProfileGenerator::kIdleEntryName =
564 const char* const ProfileGenerator::kGarbageCollectorEntryName =
566 const char* const ProfileGenerator::kUnresolvedFunctionName =
570 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles)
585 void ProfileGenerator::RecordTickSample(const TickSample& sample) {
661 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag)
    [all...]
profile-generator.h 306 class ProfileGenerator {
308 explicit ProfileGenerator(CpuProfilesCollection* profiles);
332 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
cpu-profiler.cc 24 ProfileGenerator* generator,
387 ProfileGenerator* test_generator,
438 generator_ = new ProfileGenerator(profiles_);
  /external/chromium_org/v8/test/cctest/
test-cpu-profiler.cc 44 using i::ProfileGenerator;
56 ProfileGenerator generator(&profiles);
144 ProfileGenerator generator(profiles);
205 ProfileGenerator generator(profiles);
274 ProfileGenerator generator(profiles);
563 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName);
565 ProfileGenerator::kProgramEntryName);
641 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName);
643 ProfileGenerator::kProgramEntryName);
733 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName)
    [all...]
test-profile-generator.cc 45 using i::ProfileGenerator;
406 ProfileGenerator generator(&profiles);
472 ProfileGenerator generator(&profiles);
520 ProfileGenerator generator(&profiles);
660 current = PickChild(current, i::ProfileGenerator::kAnonymousFunctionName);
766 current = PickChild(current, i::ProfileGenerator::kAnonymousFunctionName);

Completed in 332 milliseconds