Home | History | Annotate | Download | only in src

Lines Matching defs:ProfilerEventsProcessor

48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator)
59 void ProfilerEventsProcessor::CallbackCreateEvent(Logger::LogEventsAndTags tag,
76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
154 void ProfilerEventsProcessor::RegExpCodeCreateEvent(
172 void ProfilerEventsProcessor::AddCurrentStack() {
187 bool ProfilerEventsProcessor::ProcessCodeEvent(unsigned* dequeue_order) {
209 bool ProfilerEventsProcessor::ProcessTicks(unsigned dequeue_order) {
242 void ProfilerEventsProcessor::Run() {
493 ProfilerEventsProcessor(generator_);