Searched refs:ProfilerEventsProcessor (Results 1 – 3 of 3) sorted by relevance
28 CpuSampler(Isolate* isolate, ProfilerEventsProcessor* processor) in CpuSampler()45 ProfilerEventsProcessor* processor_;48 ProfilerEventsProcessor::ProfilerEventsProcessor(Isolate* isolate, in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor61 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 …]
134 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_;
57 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()66 void ProfilerEventsProcessor::FinishTickSample() { in FinishTickSample()