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

Method HeaderSize

deps/v8/tools/grokdump.py:1759–1762  ·  view source on GitHub ↗
(heap)

Source from the content-addressed store, hash-verified

1757
1758 @staticmethod
1759 def HeaderSize(heap):
1760 return (heap.TaggedPointerSize() + heap.IntSize() + \
1761 4 * heap.TaggedPointerSize() + 3 * heap.IntSize() + \
1762 Code.CODE_ALIGNMENT_MASK) & ~Code.CODE_ALIGNMENT_MASK
1763
1764 def __init__(self, heap, map, address):
1765 HeapObject.__init__(self, heap, map, address)

Callers 2

__init__Method · 0.80
__init__Method · 0.80

Calls 2

IntSizeMethod · 0.80
TaggedPointerSizeMethod · 0.45

Tested by

no test coverage detected