MCPcopy 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

GetPageAddressMethod · 0.80
GetPageOffsetMethod · 0.80
IsInKnownMapSpaceMethod · 0.80
IsInKnownOldSpaceMethod · 0.80
output_search_resMethod · 0.80
do_display_pageMethod · 0.80
do_known_oldspaceMethod · 0.80
do_known_mapMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected