Home
last modified time | relevance | path

Searched refs:CodeCreateEvent (Results 1 – 13 of 13) sorted by relevance

/external/v8/src/
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, in CodeCreateEvent() function
128 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, comment)); in CodeCreateEvent()
130 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) { in CodeCreateEvent() function
131 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, name)); in CodeCreateEvent()
133 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent() function
[all …]
Dlog.h168 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,
Dlog.cc155 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger
162 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger
169 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger
178 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger
198 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger
1101 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger
1111 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger
1127 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger
1156 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger
1179 void Logger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::Logger
[all …]
Dcompiler.cc407 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name, in RecordFunctionCompilation()
1126 PROFILE(isolate, CodeCreateEvent(log_tag, result->abstract_code(), *result, in CompileToplevel()
Dcode-stubs.cc85 CodeCreateEvent(CodeEventListener::STUB_TAG, in RecordCodeGeneration()
Dbuiltins.cc5900 CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in SetUp()
/external/v8/src/profiler/
Dprofiler-listener.h30 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,
Dprofiler-listener.cc33 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
47 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
61 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
79 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
133 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
/external/v8/test/cctest/
Dtest-cpu-profiler.cc170 profiler_listener.CodeCreateEvent(i::Logger::FUNCTION_TAG, aaa_code, in TEST()
172 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment_code, in TEST()
174 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args5_code, 5); in TEST()
175 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, comment2_code, in TEST()
178 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args3_code, 3); in TEST()
179 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, args4_code, 4); in TEST()
235 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame1_code, "bbb"); in TEST()
236 profiler_listener.CodeCreateEvent(i::Logger::STUB_TAG, frame2_code, 5); in TEST()
237 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, frame3_code, "ddd"); in TEST()
307 profiler_listener.CodeCreateEvent(i::Logger::BUILTIN_TAG, code, "bbb"); in TEST()
[all …]
/external/v8/src/snapshot/
Dcode-serializer.cc194 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG, in Deserialize()
/external/v8/src/ic/
Dhandler-compiler.cc81 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in GetCode()
/external/v8/src/interpreter/
Dinterpreter.cc67 CodeCreateEvent( \ in Initialize()
/external/v8/src/compiler/
Dwasm-compiler.cc2937 PROFILE(isolate, CodeCreateEvent(tag, AbstractCode::cast(*code), *shared, in RecordFunctionCompilation()