/external/v8/src/ |
D | code-events.h | 71 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 73 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 75 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 77 virtual void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 80 virtual void CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, 124 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent() function 126 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, comment)); in CodeCreateEvent() 128 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, Name* name) { in CodeCreateEvent() function 129 CODE_EVENT_DISPATCH(CodeCreateEvent(tag, code, name)); in CodeCreateEvent() 131 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, in CodeCreateEvent() function [all …]
|
D | log.h | 209 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 211 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 213 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 216 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 219 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 422 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 424 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 426 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 428 void CodeCreateEvent(LogEventsAndTags tag, AbstractCode* code, 431 void CodeCreateEvent(LogEventsAndTags tag, const wasm::WasmCode* code, [all …]
|
D | log.cc | 187 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger 194 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger 201 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger 210 void CodeEventLogger::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger 230 void CodeEventLogger::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::CodeEventLogger 377 void ExternalCodeEventListener::CodeCreateEvent( in CodeCreateEvent() function in v8::internal::ExternalCodeEventListener 394 void ExternalCodeEventListener::CodeCreateEvent( in CodeCreateEvent() function in v8::internal::ExternalCodeEventListener 414 void ExternalCodeEventListener::CodeCreateEvent( in CodeCreateEvent() function in v8::internal::ExternalCodeEventListener 435 void ExternalCodeEventListener::CodeCreateEvent( in CodeCreateEvent() function in v8::internal::ExternalCodeEventListener 459 void ExternalCodeEventListener::CodeCreateEvent(LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ExternalCodeEventListener [all …]
|
D | code-stubs.cc | 87 CodeCreateEvent(CodeEventListener::STUB_TAG, in RecordCodeGeneration()
|
D | compiler.cc | 100 PROFILE(isolate, CodeCreateEvent(log_tag, *abstract_code, *shared, in LogFunctionCompilation() 338 PROFILE(isolate, CodeCreateEvent(log_tag, *abstract_code, *shared_info, in InstallBytecodeArray()
|
/external/v8/src/profiler/ |
D | profiler-listener.h | 32 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 34 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 36 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 39 void CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, 42 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 112 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
|
/external/v8/src/snapshot/ |
D | builtin-deserializer.cc | 165 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in DeserializeBuiltinRaw() 198 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in DeserializeHandlerRaw()
|
D | code-serializer.cc | 327 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG, in Deserialize()
|
/external/v8/src/builtins/ |
D | setup-builtins-internal.cc | 31 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in PostBuildProfileAndTracing()
|
/external/v8/src/wasm/ |
D | wasm-code-manager.cc | 161 CodeCreateEvent(CodeEventListener::FUNCTION_TAG, this, in LogCode()
|
/external/v8/src/interpreter/ |
D | interpreter-generator.cc | 3152 PROFILE(isolate, CodeCreateEvent( in GenerateBytecodeHandler() 3219 CodeCreateEvent(CodeEventListener::BYTECODE_HANDLER_TAG, in GenerateDeserializeLazyHandler()
|
/external/v8/src/compiler/ |
D | wasm-compiler.cc | 4015 PROFILE(isolate, CodeCreateEvent(tag, AbstractCode::cast(*code), *name_str)); in RecordFunctionCompilation()
|