Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.h29 class ProfileGenerator; variable
134 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_;
Dcpu-profiler.cc43 ProfileGenerator* generator, in ProfilerEventsProcessor()
254 ProfileGenerator* test_generator, in CpuProfiler()
308 generator_.reset(new ProfileGenerator(isolate_, profiles_.get())); in StartProcessorIfNotStarted()
Dprofile-generator.h369 class ProfileGenerator {
371 ProfileGenerator(Isolate* isolate, CpuProfilesCollection* profiles);
385 DISALLOW_COPY_AND_ASSIGN(ProfileGenerator);
Dprofile-generator.cc638 ProfileGenerator::ProfileGenerator(Isolate* isolate, in ProfileGenerator() function in v8::internal::ProfileGenerator
642 void ProfileGenerator::RecordTickSample(const TickSample& sample) { in RecordTickSample()
744 CodeEntry* ProfileGenerator::FindEntry(void* address) { in FindEntry()
761 CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) { in EntryForVMState()