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

Method FormatIntPtr

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

Source from the content-addressed store, hash-verified

1922 return "*"
1923
1924 def FormatIntPtr(self, address):
1925 marker = self.AddressTypeMarker(address)
1926 address = self.reader.FormatIntPtr(address)
1927 if marker == " ": return address
1928 return "%s %s" % (address, marker)
1929
1930 def RelativeOffset(self, slot, address):
1931 if not self.reader.IsValidAlignedAddress(slot): return None

Callers 15

_AnalyzeMinidumpFunction · 0.95
dump_regionFunction · 0.45
search_inside_regionMethod · 0.45
__str__Method · 0.45
PrintMethod · 0.45
PrintMethod · 0.45
__str__Method · 0.45
PrintMethod · 0.45
PrintMethod · 0.45
RelativeOffsetMethod · 0.45
PrintKnowledgeMethod · 0.45
TryExtractStackTraceMethod · 0.45

Calls 1

AddressTypeMarkerMethod · 0.95

Tested by

no test coverage detected