Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.cc22 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
[all …]
Dcpu-profiler.h132 class ProfilerEventsProcessor : public base::Thread {
134 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
136 virtual ~ProfilerEventsProcessor();
194 ProfilerEventsProcessor* test_processor);
214 ProfilerEventsProcessor* processor() const { return processor_.get(); } in processor()
229 std::unique_ptr<ProfilerEventsProcessor> processor_;
Dcpu-profiler-inl.h53 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
62 void ProfilerEventsProcessor::FinishTickSample() { in FinishTickSample()