Searched refs:ProfileGenerator (Results 1 – 5 of 5) sorted by relevance
29 class ProfileGenerator; variable136 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_;
439 class ProfileGenerator {441 explicit ProfileGenerator(CpuProfilesCollection* profiles);454 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
49 ProfileGenerator* generator, in ProfilerEventsProcessor()295 ProfileGenerator* test_generator, in CpuProfiler()374 generator_.reset(new ProfileGenerator(profiles_.get())); in StartProcessorIfNotStarted()
29 inline CodeEntry* ProfileGenerator::FindEntry(Address address) { in FindEntry()
686 ProfileGenerator::ProfileGenerator(CpuProfilesCollection* profiles) in ProfileGenerator() function in v8::internal::ProfileGenerator689 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()805 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()