HomeSort by relevance Sort by last modified time
    Searched refs:CodeCreateEvent (Results 1 - 12 of 12) 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.h 157 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
159 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
161 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
164 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
167 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
384 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
386 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
388 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
390 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
392 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...]
compiler.cc 303 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name,
    [all...]
code-stubs.cc 91 CodeCreateEvent(CodeEventListener::STUB_TAG,
    [all...]
  /external/v8/src/profiler/
profiler-listener.h 30 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
32 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
34 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
37 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
40 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
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,
  /external/v8/src/builtins/
builtins.cc 32 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG,
  /external/v8/src/ic/
handler-compiler.cc 31 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG,
  /external/v8/src/snapshot/
code-serializer.cc 228 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG,
  /external/v8/src/interpreter/
interpreter.cc 153 PROFILE(isolate_, CodeCreateEvent(
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 203 milliseconds