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

  /external/v8/src/
code-events.h 87 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,
128 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, comment));
130 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) {
131 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, name));
133 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code
    [all...]
log.h 168 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
170 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
172 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
175 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
178 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
419 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
421 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
423 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
425 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code,
427 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code
    [all...]
log.cc 155 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
162 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
169 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
178 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
198 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
    [all...]
compiler.cc 407 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name,
    [all...]
code-stubs.cc 85 CodeCreateEvent(CodeEventListener::STUB_TAG,
    [all...]
builtins.cc     [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 33 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
47 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
61 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
79 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
133 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag,
  /external/v8/test/cctest/
test-cpu-profiler.cc 170 profiler_listener.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code,
172 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code,
174 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5);
175 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code,
178 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3);
179 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4);
235 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb");
236 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, frame2_code, 5);
237 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame3_code, "ddd");
307 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, code, "bbb")
    [all...]
  /external/v8/src/snapshot/
code-serializer.cc 194 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG,
  /external/v8/src/ic/
handler-compiler.cc 81 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG,
  /external/v8/src/interpreter/
interpreter.cc 67 CodeCreateEvent( \
    [all...]
  /external/v8/src/compiler/
wasm-compiler.cc     [all...]

Completed in 281 milliseconds