Home
last modified time | relevance | path

Searched refs:CodeMoveEvent (Results 1 - 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/logging/
H A Dcode-events.h99 virtual void CodeMoveEvent(AbstractCode from, AbstractCode to) = 0;
210 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {
212 listener->CodeMoveEvent(from, to);
H A Dlog.cc305 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {}
527 void ExternalCodeEventListener::CodeMoveEvent(AbstractCode from, in CodeMoveEvent() function in v8::internal::ExternalCodeEventListener
550 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
674 void LowLevelLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() function in v8::internal::LowLevelLogger
697 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
797 void JitLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() function in v8::internal::JitLogger
1460 void Logger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() function in v8::internal::Logger
H A Dlog.h192 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
501 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
/third_party/node/deps/v8/src/diagnostics/
H A Dperf-jit.h47 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
H A Dperf-jit.cc513 void PerfJitLogger::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() function in v8::internal::PerfJitLogger
/third_party/node/deps/v8/src/profiler/
H A Dprofiler-listener.h59 void CodeMoveEvent(AbstractCode from, AbstractCode to) override;
H A Dprofiler-listener.cc297 void ProfilerListener::CodeMoveEvent(AbstractCode from, AbstractCode to) { in CodeMoveEvent() function in v8::internal::ProfilerListener
/third_party/node/deps/v8/src/snapshot/
H A Dserializer.h33 void CodeMoveEvent(AbstractCode from, AbstractCode to) override {
/third_party/node/deps/v8/src/runtime/
H A Druntime-test.cc1574 void CodeMoveEvent(AbstractCode from, AbstractCode to) final {} in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/heap/
H A Dmark-compact.cc1567 CodeMoveEvent(AbstractCode::cast(src), AbstractCode::cast(dst)));

Completed in 24 milliseconds