Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ InstructionSizeOffset
Method
InstructionSizeOffset
deps/v8/tools/grokdump.py:1755–1756 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1753
CODE_ALIGNMENT_MASK = (1 << 5) - 1
1754
1755
def
InstructionSizeOffset(self):
1756
return
self.heap.TaggedPointerSize()
1757
1758
@staticmethod
1759
def
HeaderSize(heap):
Callers
1
__init__
Method · 0.95
Calls
1
TaggedPointerSize
Method · 0.45
Tested by
no test coverage detected