Searched refs:ProfilerEventsProcessor (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | cpu-profiler.cc | 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() [all …]
|
D | cpu-profiler-inl.h | 78 TickSample* ProfilerEventsProcessor::TickSampleEvent() { in TickSampleEvent() 87 bool ProfilerEventsProcessor::FilterOutCodeCreateEvent( in FilterOutCodeCreateEvent()
|
D | cpu-profiler.h | 134 class ProfilerEventsProcessor : public Thread { 136 explicit ProfilerEventsProcessor(Isolate* isolate, 138 virtual ~ProfilerEventsProcessor() {} in ~ProfilerEventsProcessor() 289 ProfilerEventsProcessor* processor_;
|
/external/v8/test/cctest/ |
D | test-cpu-profiler.cc | 20 using i::ProfilerEventsProcessor; 27 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator); in TEST() 48 static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc, in EnqueueTickSampleEvent() 91 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator); in TEST() 155 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator); in TEST() 248 ProfilerEventsProcessor processor(i::Isolate::Current(), &generator); in TEST()
|