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

Method GetPageAddress

deps/v8/tools/grokdump.py:2098–2099  ·  view source on GitHub ↗
(self, tagged_address)

Source from the content-addressed store, hash-verified

2096 return getattr(self.heap, name)
2097
2098 def GetPageAddress(self, tagged_address):
2099 return tagged_address & ~self.heap.PageAlignmentMask()
2100
2101 def GetPageOffset(self, tagged_address):
2102 return tagged_address & self.heap.PageAlignmentMask()

Callers 2

SenseObjectMethod · 0.95
SenseMapMethod · 0.95

Calls 1

PageAlignmentMaskMethod · 0.80

Tested by

no test coverage detected