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

Method IsAlignedAddress

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

Source from the content-addressed store, hash-verified

772 return self.FindLocation(address) is not None
773
774 def IsAlignedAddress(self, address):
775 return (address % self.MachinePointerSize()) == 0
776
777 def IsExceptionStackAddress(self, address):
778 if not self.IsAlignedAddress(address): return False

Callers 5

IsValidAlignedAddressMethod · 0.95
search_inside_regionMethod · 0.95
do_ddMethod · 0.80
do_display_objectMethod · 0.80

Calls 1

MachinePointerSizeMethod · 0.95

Tested by

no test coverage detected