Searched defs:CodeCreateEvent (Results 1 - 3 of 3) sorted by relevance

/external/v8/src/
H A Dcode-events.h87 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
89 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
91 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
93 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
96 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
126 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, function in class:v8::internal::CodeEventDispatcher
128 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, comment));
130 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) { function in class:v8::internal::CodeEventDispatcher
131 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, name));
133 void CodeCreateEvent(LogEventsAndTag function in class:v8::internal::CodeEventDispatcher
137 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, function in class:v8::internal::CodeEventDispatcher
143 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, function in class:v8::internal::CodeEventDispatcher
[all...]
H A Dlog.cc155 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
162 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
169 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
178 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
198 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::CodeEventLogger
1101 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::Logger
1111 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::Logger
1127 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::Logger
1156 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::Logger
1179 void Logger::CodeCreateEvent(CodeEventListene function in class:v8::internal::Logger
[all...]
/external/v8/src/profiler/
H A Dprofiler-listener.cc33 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::ProfilerListener
47 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::ProfilerListener
61 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::ProfilerListener
79 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::ProfilerListener
133 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, function in class:v8::internal::ProfilerListener

Completed in 50 milliseconds