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

Method __init__

deps/v8/tools/grokdump.py:1738–1741  ·  view source on GitHub ↗
(self, heap, map, address)

Source from the content-addressed store, hash-verified

1736 return self.DefaultCacheOffset() + self.heap.TaggedPointerSize()
1737
1738 def __init__(self, heap, map, address):
1739 HeapObject.__init__(self, heap, map, address)
1740 self.default_cache = self.ObjectField(self.DefaultCacheOffset())
1741 self.normal_type_cache = self.ObjectField(self.NormalTypeCacheOffset())
1742
1743 def Print(self, p):
1744 p.Print("CodeCache(%s) {" % self.heap.reader.FormatIntPtr(self.address))

Callers

nothing calls this directly

Calls 4

DefaultCacheOffsetMethod · 0.95
NormalTypeCacheOffsetMethod · 0.95
ObjectFieldMethod · 0.80
__init__Method · 0.45

Tested by

no test coverage detected