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

Method IsValidAddress

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

Source from the content-addressed store, hash-verified

769 return self.IsAlignedAddress(address) and self.IsValidAddress(address)
770
771 def IsValidAddress(self, address):
772 return self.FindLocation(address) is not None
773
774 def IsAlignedAddress(self, address):
775 return (address % self.MachinePointerSize()) == 0

Callers 15

IsValidAlignedAddressMethod · 0.95
ReadAsciiStringMethod · 0.95
FindPtrMethod · 0.95
ObjectFieldMethod · 0.80
SmiFieldMethod · 0.80
Uint32FieldMethod · 0.80
__init__Method · 0.80
FindObjectMethod · 0.80
FindMapAddressMethod · 0.80
AddressTypeMarkerMethod · 0.80

Calls 1

FindLocationMethod · 0.95

Tested by

no test coverage detected