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

Method ReadU64

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

Source from the content-addressed store, hash-verified

804 return ctypes.c_uint32.from_buffer(self.minidump, location).value
805
806 def ReadU64(self, address):
807 location = self.FindLocation(address)
808 return ctypes.c_uint64.from_buffer(self.minidump, location).value
809
810 def Is64(self):
811 return (self.arch == MD_CPU_ARCHITECTURE_ARM64 or

Callers 3

ReadTaggedMethod · 0.95
ReadUIntPtrMethod · 0.95
ReadSizedMethod · 0.95

Calls 1

FindLocationMethod · 0.95

Tested by

no test coverage detected