(self)
| 1266 | |
| 1267 | # Instance Attributes |
| 1268 | def InstanceAttributesOffset(self): |
| 1269 | return self.InstanceSizesOffset() + self.heap.IntSize() |
| 1270 | |
| 1271 | def InstanceTypeOffset(self): |
| 1272 | return self.InstanceAttributesOffset() |
no test coverage detected