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

Method IsTaggedMapAddress

deps/v8/tools/grokdump.py:1879–1880  ·  view source on GitHub ↗
(self, address)

Source from the content-addressed store, hash-verified

1877 return self.reader.IsValidAddress(address)
1878
1879 def IsTaggedMapAddress(self, address):
1880 return (address & self.MapAlignmentMask()) == 1
1881
1882 def MapAlignmentMask(self):
1883 if self.reader.arch == MD_CPU_ARCHITECTURE_AMD64:

Callers 2

FindMapAddressMethod · 0.95
find_object_in_regionMethod · 0.95

Calls 1

MapAlignmentMaskMethod · 0.95

Tested by

no test coverage detected