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

Method ContainingKnownOldSpaceName

deps/v8/tools/grokdump.py:2112–2115  ·  view source on GitHub ↗
(self, tagged_address)

Source from the content-addressed store, hash-verified

2110 return page_address == self.known_first_old_page
2111
2112 def ContainingKnownOldSpaceName(self, tagged_address):
2113 page_address = tagged_address & ~self.heap.PageAlignmentMask()
2114 if page_address == self.known_first_old_page: return "OLD_SPACE"
2115 return None
2116
2117 def FrameMarkerName(self, value):
2118 # The frame marker is Smi-tagged but not Smi encoded and 0 is not a valid

Callers 1

SenseObjectMethod · 0.95

Calls 1

PageAlignmentMaskMethod · 0.80

Tested by

no test coverage detected