Home
last modified time | relevance | path

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

/external/v8/src/
Dcpu-profiler.h24 class ProfileGenerator; variable
127 ProfilerEventsProcessor(ProfileGenerator* generator,
164 ProfileGenerator* generator_;
198 ProfileGenerator* test_generator,
247 ProfileGenerator* generator() const { return generator_; } in generator()
261 ProfileGenerator* generator_;
Dprofile-generator.cc550 const char* const ProfileGenerator::kProgramEntryName =
552 const char* const ProfileGenerator::kIdleEntryName =
554 const char* const ProfileGenerator::kGarbageCollectorEntryName =
556 const char* const ProfileGenerator::kUnresolvedFunctionName =
560 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator() function in v8::internal::ProfileGenerator
575 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
651 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()
Dprofile-generator.h307 class ProfileGenerator {
309 explicit ProfileGenerator(CpuProfilesCollection* profiles);
332 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
Dcpu-profiler.cc24 ProfileGenerator* generator, in ProfilerEventsProcessor()
383 ProfileGenerator* test_generator, in CpuProfiler()
434 generator_ = new ProfileGenerator(profiles_); in StartProcessorIfNotStarted()
/external/v8/test/cctest/
Dtest-cpu-profiler.cc44 using i::ProfileGenerator;
55 ProfileGenerator generator(&profiles); in TEST()
143 ProfileGenerator generator(profiles); in TEST()
204 ProfileGenerator generator(profiles); in TEST()
273 ProfileGenerator generator(profiles); in TEST()
562 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName); in TEST()
564 ProfileGenerator::kProgramEntryName); in TEST()
640 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName); in TEST()
642 ProfileGenerator::kProgramEntryName); in TEST()
732 env->GetIsolate(), ProfileGenerator::kGarbageCollectorEntryName); in TEST()
[all …]
Dtest-profile-generator.cc45 using i::ProfileGenerator;
406 ProfileGenerator generator(&profiles); in TEST()
472 ProfileGenerator generator(&profiles); in TEST()
520 ProfileGenerator generator(&profiles); in TEST()