Searched defs:ProfilerEventsProcessor (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/profiler/
H A Dcpu-profiler.cc23 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator, function in class:v8::internal::ProfilerEventsProcessor
35 ProfilerEventsProcessor::~ProfilerEventsProcessor() {}
38 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
44 void ProfilerEventsProcessor::AddDeoptStack(Isolate* isolate, Address from,
57 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) {
72 void ProfilerEventsProcessor::StopSynchronously() {
78 bool ProfilerEventsProcessor::ProcessCodeEvent() {
98 ProfilerEventsProcessor
[all...]
H A Dcpu-profiler.h128 class ProfilerEventsProcessor : public base::Thread { class in namespace:v8::internal
130 ProfilerEventsProcessor(ProfileGenerator* generator,
133 virtual ~ProfilerEventsProcessor();
203 ProfilerEventsProcessor* test_processor);
253 ProfilerEventsProcessor* processor() const { return processor_; }
267 ProfilerEventsProcessor* processor_;

Completed in 79 milliseconds