End index of the cache entries following the operation.
(self)
| 414 | |
| 415 | @property |
| 416 | def end_offset(self): |
| 417 | """End index of the cache entries following the operation.""" |
| 418 | return self.cache_offset + _get_cache_size(_all_opname[self.opcode])*2 |
| 419 | |
| 420 | @property |
| 421 | def jump_target(self): |
nothing calls this directly
no test coverage detected