MCPcopy Create free account
hub / github.com/nodejs/node / ReadU32

Method ReadU32

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

Source from the content-addressed store, hash-verified

800 return ctypes.c_uint8.from_buffer(self.minidump, location).value
801
802 def ReadU32(self, address):
803 location = self.FindLocation(address)
804 return ctypes.c_uint32.from_buffer(self.minidump, location).value
805
806 def ReadU64(self, address):
807 location = self.FindLocation(address)

Callers 8

ReadTaggedMethod · 0.95
ReadUIntPtrMethod · 0.95
ReadSizedMethod · 0.95
Uint32FieldMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80
__init__Method · 0.80

Calls 1

FindLocationMethod · 0.95

Tested by

no test coverage detected