MCPcopy Index your code
hub / github.com/nodejs/node / processSFIMove

Method processSFIMove

deps/v8/tools/system-analyzer/processor.mjs:435–437  ·  view source on GitHub ↗
(from, to)

Source from the content-addressed store, hash-verified

433 }
434
435 processSFIMove(from, to) {
436 this._profile.moveSharedFunctionInfo(from, to);
437 }
438
439 processTick(
440 pc, time_ns, is_external_callback, tos_or_external_callback, vmState,

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected