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

/external/chromium_org/v8/src/
H A Dcpu-profiler.h141 class ProfilerEventsProcessor : public Thread { class in namespace:v8::internal
143 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
144 virtual ~ProfilerEventsProcessor() {}
194 ProfilerEventsProcessor* test_processor);
243 ProfilerEventsProcessor* processor() const { return processor_; }
257 ProfilerEventsProcessor* processor_;
H A Dcpu-profiler.cc48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator) function in class:v8::internal::ProfilerEventsProcessor
59 void ProfilerEventsProcessor::Enqueue(const CodeEventsContainer& event) {
65 void ProfilerEventsProcessor::AddCurrentStack(Isolate* isolate) {
79 void ProfilerEventsProcessor::StopSynchronously() {
86 bool ProfilerEventsProcessor::ProcessCodeEvent() {
107 bool ProfilerEventsProcessor::ProcessTicks() {
139 void ProfilerEventsProcessor::Run() {
388 ProfilerEventsProcessor* test_processor)
431 processor_ = new ProfilerEventsProcessor(generator
[all...]
/external/v8/src/
H A Dcpu-profiler.h125 class ProfilerEventsProcessor : public Thread { class in namespace:v8::internal
127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
128 virtual ~ProfilerEventsProcessor() {}
271 ProfilerEventsProcessor* processor_;
H A Dcpu-profiler.cc48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator) function in class:v8::internal::ProfilerEventsProcessor
59 void ProfilerEventsProcessor::CallbackCreateEvent(Logger::LogEventsAndTags tag,
76 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
96 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
113 void ProfilerEventsProcessor::CodeCreateEvent(Logger::LogEventsAndTags tag,
130 void ProfilerEventsProcessor::CodeMoveEvent(Address from, Address to) {
141 void ProfilerEventsProcessor::SharedFunctionInfoMoveEvent(Address from,
154 void ProfilerEventsProcessor::RegExpCodeCreateEvent(
172 void ProfilerEventsProcessor
[all...]

Completed in 297 milliseconds