Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.h29 class ProfileGenerator; variable
136 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
175 ProfileGenerator* generator_;
195 ProfileGenerator* test_generator,
220 ProfileGenerator* generator() const { return generator_.get(); } in generator()
239 std::unique_ptr<ProfileGenerator> generator_;
Dprofile-generator.h439 class ProfileGenerator {
441 explicit ProfileGenerator(CpuProfilesCollection* profiles);
454 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
Dcpu-profiler.cc49 ProfileGenerator* generator, in ProfilerEventsProcessor()
295 ProfileGenerator* test_generator, in CpuProfiler()
374 generator_.reset(new ProfileGenerator(profiles_.get())); in StartProcessorIfNotStarted()
Dprofile-generator-inl.h29 inline CodeEntry* ProfileGenerator::FindEntry(Address address) { in FindEntry()
Dprofile-generator.cc686 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator() function in v8::internal::ProfileGenerator
689 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
805 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()