Lines Matching refs:ProfilerEventsProcessor
23 ProfilerEventsProcessor::ProfilerEventsProcessor( in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
36 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()
42 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) { in AddCurrentStack()
57 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()
64 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()
84 ProfilerEventsProcessor::SampleProcessingResult
85 ProfilerEventsProcessor::ProcessOneSample() { in ProcessOneSample()
109 void ProfilerEventsProcessor::Run() { in Run()
136 void* ProfilerEventsProcessor::operator new(size_t size) { in operator new()
137 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor)); in operator new()
141 void ProfilerEventsProcessor::operator delete(void* ptr) { in operator delete()
384 ProfilerEventsProcessor* test_processor) in CpuProfiler()
436 processor_ = new ProfilerEventsProcessor( in StartProcessorIfNotStarted()