Home
last modified time | relevance | path

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

/external/v8/src/profiler/
Dcpu-profiler.cc28 CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor) in CpuSampler()
45 ProfilerEventsProcessor* processor_;
48 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate, in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor
61 ProfilerEventsProcessor::~ProfilerEventsProcessor() { in ~ProfilerEventsProcessor()
65 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()
71 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from, in AddDeoptStack()
83 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate, in AddCurrentStack()
100 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()
106 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()
126 ProfilerEventsProcessor::SampleProcessingResult
[all …]
Dcpu-profiler.h134 class ProfilerEventsProcessor : public base::Thread {
136 ProfilerEventsProcessor(Isolate* isolate, ProfileGenerator* generator,
138 virtual ~ProfilerEventsProcessor();
196 ProfilerEventsProcessor* test_processor);
221 ProfilerEventsProcessor* processor() const { return processor_.get(); } in processor()
240 std::unique_ptr<ProfilerEventsProcessor> processor_;
Dcpu-profiler-inl.h57 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()
66 void ProfilerEventsProcessor::FinishTickSample() { in FinishTickSample()