Home
last modified time | relevance | path

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

/external/v8/src/
Dcode-events.h71 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 …]
Dlog.h209 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 …]
Dlog.cc187 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 …]
Dcode-stubs.cc87 CodeCreateEvent(CodeEventListener::STUB_TAG, in RecordCodeGeneration()
Dcompiler.cc100 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/
Dprofiler-listener.h32 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,
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
112 void ProfilerListener::CodeCreateEvent(CodeEventListener::LogEventsAndTags tag, in CodeCreateEvent() function in v8::internal::ProfilerListener
/external/v8/src/snapshot/
Dbuiltin-deserializer.cc165 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in DeserializeBuiltinRaw()
198 PROFILE(isolate(), CodeCreateEvent(CodeEventListener::HANDLER_TAG, in DeserializeHandlerRaw()
Dcode-serializer.cc327 PROFILE(isolate, CodeCreateEvent(CodeEventListener::SCRIPT_TAG, in Deserialize()
/external/v8/src/builtins/
Dsetup-builtins-internal.cc31 PROFILE(isolate, CodeCreateEvent(CodeEventListener::BUILTIN_TAG, in PostBuildProfileAndTracing()
/external/v8/src/wasm/
Dwasm-code-manager.cc161 CodeCreateEvent(CodeEventListener::FUNCTION_TAG, this, in LogCode()
/external/v8/src/interpreter/
Dinterpreter-generator.cc3152 PROFILE(isolate, CodeCreateEvent( in GenerateBytecodeHandler()
3219 CodeCreateEvent(CodeEventListener::BYTECODE_HANDLER_TAG, in GenerateDeserializeLazyHandler()
/external/v8/src/compiler/
Dwasm-compiler.cc4015 PROFILE(isolate, CodeCreateEvent(tag, AbstractCode::cast(*code), *name_str)); in RecordFunctionCompilation()