Home
last modified time | relevance | path

Searched refs:ProfilerEventsProcessor (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/profiler/
Dcpu-profiler.h146 class V8_EXPORT_PRIVATE ProfilerEventsProcessor : public base::Thread,
149 ~ProfilerEventsProcessor() override;
168 ProfilerEventsProcessor(Isolate* isolate, Symbolizer* symbolizer,
194 : public ProfilerEventsProcessor {
252 friend class ProfilerEventsProcessor;
259 ProfilerEventsProcessor* processor() { return processor_; } in processor()
262 void set_processor(ProfilerEventsProcessor* processor) { in set_processor()
271 ProfilerEventsProcessor* processor_;
302 ProfilerEventsProcessor* test_processor);
332 ProfilerEventsProcessor* processor() const { return processor_.get(); } in processor()
[all …]
Dcpu-profiler.cc99 ProfilerEventsProcessor::ProfilerEventsProcessor( in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
116 : ProfilerEventsProcessor(isolate, symbolizer, code_observer), in SamplingEventsProcessor()
126 ProfilerEventsProcessor::~ProfilerEventsProcessor() { in ~ProfilerEventsProcessor()
131 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()
136 void ProfilerEventsProcessor::AddDeoptStack(Address from, int fp_to_sp_delta) { in AddDeoptStack()
148 void ProfilerEventsProcessor::AddCurrentStack(bool update_stats) { in AddCurrentStack()
163 void ProfilerEventsProcessor::AddSample(TickSample sample) { in AddSample()
169 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()
182 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()
192 void ProfilerEventsProcessor::CodeEventHandler( in CodeEventHandler()
[all …]