/external/v8/src/ |
D | 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, 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 …]
|
D | 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,
|
D | log.cc | 155 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 …]
|
D | compiler.cc | 407 CodeCreateEvent(log_tag, *abstract_code, *shared, script_name, in RecordFunctionCompilation() 1126 PROFILE(isolate, CodeCreateEvent(log_tag, result->abstract_code(), *result, in CompileToplevel()
|
D | code-stubs.cc | 85 CodeCreateEvent(CodeEventListener::STUB_TAG, in RecordCodeGeneration()
|
D | builtins.cc | 5900 CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in SetUp()
|
/external/v8/src/profiler/ |
D | 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,
|
D | profiler-listener.cc | 33 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/ |
D | test-cpu-profiler.cc | 170 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/ |
D | code-serializer.cc | 194 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG, in Deserialize()
|
/external/v8/src/ic/ |
D | handler-compiler.cc | 81 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in GetCode()
|
/external/v8/src/interpreter/ |
D | interpreter.cc | 67 CodeCreateEvent( \ in Initialize()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 2937 PROFILE(isolate, CodeCreateEvent(tag, AbstractCode::cast(*code), *shared, in RecordFunctionCompilation()
|