Home
last modified time | relevance | path

Searched refs:ProfileGenerator (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/profiler/
Dcpu-profiler.h26 class ProfileGenerator; variable
130 ProfilerEventsProcessor(ProfileGenerator* generator,
168 ProfileGenerator* generator_;
202 ProfileGenerator* test_generator,
252 ProfileGenerator* generator() const { return generator_; } in generator()
266 ProfileGenerator* generator_;
Dprofile-generator.cc551 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::ProfileGenerator
576 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
677 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
Dprofile-generator.h356 class ProfileGenerator {
358 explicit ProfileGenerator(CpuProfilesCollection* profiles);
381 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
Dcpu-profiler.cc23 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator, in ProfilerEventsProcessor()
403 ProfileGenerator* test_generator, in CpuProfiler()
455 generator_ = new ProfileGenerator(profiles_); in StartProcessorIfNotStarted()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc45 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 …]
Dtest-profile-generator.cc45 using i::ProfileGenerator;
352 ProfileGenerator generator(&profiles); in TEST()
418 ProfileGenerator generator(&profiles); in TEST()
466 ProfileGenerator generator(&profiles); in TEST()