Searched refs:ProfilerEventsProcessor (Results 1 – 4 of 4) sorted by relevance
23 ProfilerEventsProcessor::ProfilerEventsProcessor( in ProfilerEventsProcessor() function in v8::internal::ProfilerEventsProcessor36 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) { in Enqueue()42 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) { in AddCurrentStack()57 void ProfilerEventsProcessor::StopSynchronously() { in StopSynchronously()64 bool ProfilerEventsProcessor::ProcessCodeEvent() { in ProcessCodeEvent()84 ProfilerEventsProcessor::SampleProcessingResult85 ProfilerEventsProcessor::ProcessOneSample() { in ProcessOneSample()109 void ProfilerEventsProcessor::Run() { in Run()136 void* ProfilerEventsProcessor::operator new(size_t size) { in operator new()137 return AlignedAlloc(size, V8_ALIGNOF(ProfilerEventsProcessor)); in operator new()[all …]
125 class ProfilerEventsProcessor : public base::Thread {127 ProfilerEventsProcessor(ProfileGenerator* generator,130 virtual ~ProfilerEventsProcessor() {} in ~ProfilerEventsProcessor()199 ProfilerEventsProcessor* test_processor);248 ProfilerEventsProcessor* processor() const { return processor_; } in processor()262 ProfilerEventsProcessor* processor_;
66 TickSample* ProfilerEventsProcessor::StartTickSample() { in StartTickSample()75 void ProfilerEventsProcessor::FinishTickSample() { in FinishTickSample()
46 using i::ProfilerEventsProcessor;56 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST()63 static void EnqueueTickSampleEvent(ProfilerEventsProcessor* proc, in EnqueueTickSampleEvent()144 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST()205 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST()274 SmartPointer<ProfilerEventsProcessor> processor(new ProfilerEventsProcessor( in TEST()1554 i::ProfilerEventsProcessor* processor = isolate->cpu_profiler()->processor(); in TEST()