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

Method moveSharedFunctionInfo

deps/v8/tools/profile.mjs:659–663  ·  view source on GitHub ↗

* Reports about moving of a dynamic code entry. * * @param {number} from Current code entry address. * @param {number} to New code entry address.

(from, to)

Source from the content-addressed store, hash-verified

657 * @param {number} to New code entry address.
658 */
659 moveSharedFunctionInfo(from, to) {
660 if (this.codeMap_.findDynamicEntryByStartAddress(from)) {
661 this.codeMap_.moveCode(from, to);
662 }
663 }
664
665 /**
666 * Retrieves a code entry by an address.

Callers 2

processSFIMoveMethod · 0.80
processSFIMoveMethod · 0.80

Calls 2

moveCodeMethod · 0.45

Tested by

no test coverage detected