Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/nodejs/node
/ PageAlignmentMask
Method
PageAlignmentMask
deps/v8/tools/grokdump.py:1892–1893 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1890
return
(1 << 5) - 1
1891
1892
def
PageAlignmentMask(self):
1893
return
(1 << 19) - 1
1894
1895
def
IsTaggedAddress(self, address):
1896
return
(address & self.ObjectAlignmentMask()) == 1
Callers
9
GetPageAddress
Method · 0.80
GetPageOffset
Method · 0.80
IsInKnownMapSpace
Method · 0.80
IsInKnownOldSpace
Method · 0.80
ContainingKnownOldSpaceName
Method · 0.80
output_search_res
Method · 0.80
do_display_page
Method · 0.80
do_known_oldspace
Method · 0.80
do_known_map
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected