Lines Matching refs:ProfilerEventsProcessor
99 ProfilerEventsProcessor::ProfilerEventsProcessor( in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
116 : ProfilerEventsProcessor(isolate, symbolizer, code_observer), in SamplingEventsProcessor()
126 ProfilerEventsProcessor::~ProfilerEventsProcessor() { in ~ProfilerEventsProcessor()
131 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()
136 void ProfilerEventsProcessor::AddDeoptStack(Address from, int fp_to_sp_delta) { in AddDeoptStack()
148 void ProfilerEventsProcessor::AddCurrentStack(bool update_stats) { in AddCurrentStack()
163 void ProfilerEventsProcessor::AddSample(TickSample sample) { in AddSample()
169 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()
182 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()
192 void ProfilerEventsProcessor::CodeEventHandler( in CodeEventHandler()
223 ProfilerEventsProcessor::SampleProcessingResult
454 ProfilerEventsProcessor* test_processor) in CpuProfiler()