HomeSort by relevance Sort by last modified time
    Searched defs:ProfilerEventsProcessor (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
cpu-profiler.h 125 class ProfilerEventsProcessor : public Thread {
127 explicit ProfilerEventsProcessor(ProfileGenerator* generator);
128 virtual ~ProfilerEventsProcessor() {}
271 ProfilerEventsProcessor* processor_;
cpu-profiler.cc 48 ProfilerEventsProcessor::ProfilerEventsProcessor(ProfileGenerator* generator)
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::AddCurrentStack()
    [all...]

Completed in 2157 milliseconds