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