Lines Matching refs:ProfilerEventsProcessor
49 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate, in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
61 void ProfilerEventsProcessor::CallbackCreateEvent(Logger::LogEventsAndTags tag, in CallbackCreateEvent()
78 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
98 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
115 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag, in CodeCreateEvent()
132 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) { in CodeMoveEvent()
143 void ProfilerEventsProcessor::CodeDeleteEvent(Address from) { in CodeDeleteEvent()
153 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from, in SharedFunctionInfoMoveEvent()
166 void ProfilerEventsProcessor::RegExpCodeCreateEvent( in RegExpCodeCreateEvent()
184 void ProfilerEventsProcessor::AddCurrentStack() { in AddCurrentStack()
203 bool ProfilerEventsProcessor::ProcessCodeEvent(unsigned* dequeue_order) { in ProcessCodeEvent()
225 bool ProfilerEventsProcessor::ProcessTicks(unsigned dequeue_order) { in ProcessTicks()
258 void ProfilerEventsProcessor::Run() { in Run()
507 processor_ = new ProfilerEventsProcessor(isolate, generator_); in StartProcessorIfNotStarted()