Searched refs:ProfileGenerator (Results 1 – 6 of 6) sorted by relevance
26 class ProfileGenerator; variable130 ProfilerEventsProcessor(ProfileGenerator* generator,168 ProfileGenerator* generator_;202 ProfileGenerator* test_generator,252 ProfileGenerator* generator() const { return generator_; } in generator()266 ProfileGenerator* generator_;
551 const char* const ProfileGenerator::kProgramEntryName =553 const char* const ProfileGenerator::kIdleEntryName =555 const char* const ProfileGenerator::kGarbageCollectorEntryName =557 const char* const ProfileGenerator::kUnresolvedFunctionName =561 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator() function in v8::internal::ProfileGenerator576 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()677 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
356 class ProfileGenerator {358 explicit ProfileGenerator(CpuProfilesCollection* profiles);381 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
23 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator, in ProfilerEventsProcessor()403 ProfileGenerator* test_generator, in CpuProfiler()455 generator_ = new ProfileGenerator(profiles_); in StartProcessorIfNotStarted()
45 using i::ProfileGenerator;76 ProfileGenerator generator(&profiles); in TEST()164 ProfileGenerator generator(profiles); in TEST()225 ProfileGenerator generator(profiles); in TEST()294 ProfileGenerator generator(profiles); in TEST()608 names[0] = v8_str(ProfileGenerator::kGarbageCollectorEntryName); in TEST()609 names[1] = v8_str(ProfileGenerator::kProgramEntryName); in TEST()676 names[0] = v8_str(ProfileGenerator::kGarbageCollectorEntryName); in TEST()677 names[1] = v8_str(ProfileGenerator::kProgramEntryName); in TEST()759 names[0] = v8_str(ProfileGenerator::kGarbageCollectorEntryName); in TEST()[all …]
45 using i::ProfileGenerator;352 ProfileGenerator generator(&profiles); in TEST()418 ProfileGenerator generator(&profiles); in TEST()466 ProfileGenerator generator(&profiles); in TEST()