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

  /external/v8/src/
code-events.h 88 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
90 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
92 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
94 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
97 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
130 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
132 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, comment));
134 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) {
135 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, name));
137 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code
    [all...]
log.cc 157 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
164 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
171 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
180 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
200 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
1020 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
1030 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
1046 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
    [all...]
  /external/v8/src/profiler/
profiler-listener.cc 34 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
48 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
62 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
80 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
117 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,

Completed in 386 milliseconds