Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ MachinePointerSize
Method
MachinePointerSize
deps/v8/tools/grokdump.py:1074–1077 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1072
return
"%08x"
% value
1073
1074
def
MachinePointerSize(self):
1075
if
self.Is64():
1076
return
8
1077
return
4
1078
1079
def
TaggedPointerSize(self):
1080
if
self.IsPointerCompressed():
Callers
5
IsAlignedAddress
Method · 0.95
ReadAsciiPtr
Method · 0.95
search_inside_region
Method · 0.95
FindPtr
Method · 0.95
TaggedPointerSize
Method · 0.95
Calls
1
Is64
Method · 0.95
Tested by
no test coverage detected