(self)
| 1687 | return 12 * self.heap.TaggedPointerSize() + 4 * self.heap.IntSize() |
| 1688 | |
| 1689 | def StartPositionAndTypeOffset(self): |
| 1690 | return 12 * self.heap.TaggedPointerSize() + 5 * self.heap.IntSize() |
| 1691 | |
| 1692 | def __init__(self, heap, map, address): |
| 1693 | HeapObject.__init__(self, heap, map, address) |
no test coverage detected