Searched refs:ProfileGenerator (Results 1 – 4 of 4) sorted by relevance
29 class ProfileGenerator; variable134 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,173 ProfileGenerator* generator_;193 ProfileGenerator* test_generator,213 ProfileGenerator* generator() const { return generator_.get(); } in generator()227 std::unique_ptr<ProfileGenerator> generator_;
43 ProfileGenerator* generator, in ProfilerEventsProcessor()254 ProfileGenerator* test_generator, in CpuProfiler()308 generator_.reset(new ProfileGenerator(isolate_, profiles_.get())); in StartProcessorIfNotStarted()
369 class ProfileGenerator {371 ProfileGenerator(Isolate* isolate, CpuProfilesCollection* profiles);385 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
638 ProfileGenerator::ProfileGenerator(Isolate* isolate, in ProfileGenerator() function in v8::internal::ProfileGenerator642 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()744 CodeEntry* ProfileGenerator::FindEntry(void* address) { in FindEntry()761 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()