(self)
| 1269 | return self.InstanceSizesOffset() + self.heap.IntSize() |
| 1270 | |
| 1271 | def InstanceTypeOffset(self): |
| 1272 | return self.InstanceAttributesOffset() |
| 1273 | |
| 1274 | def BitFieldOffset(self): |
| 1275 | return self.InstanceTypeOffset() + 1 |
no test coverage detected