Lines Matching refs:ProfilerEventsProcessor
22 CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor) in CpuSampler()
39 ProfilerEventsProcessor* processor_;
42 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate, in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
55 ProfilerEventsProcessor::~ProfilerEventsProcessor() { in ~ProfilerEventsProcessor()
59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()
65 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from, in AddDeoptStack()
77 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate, in AddCurrentStack()
94 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()
100 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()
120 ProfilerEventsProcessor::SampleProcessingResult
121 ProfilerEventsProcessor::ProcessOneSample() { in ProcessOneSample()
145 void ProfilerEventsProcessor::Run() { in Run()
188 void* ProfilerEventsProcessor::operator new(size_t size) { in operator new()
189 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor)); in operator new()
193 void ProfilerEventsProcessor::operator delete(void* ptr) { in operator delete()
255 ProfilerEventsProcessor* test_processor) in CpuProfiler()
324 processor_.reset(new ProfilerEventsProcessor(isolate_, generator_.get(), in StartProcessorIfNotStarted()