(opname)
| 338 | _OPARG_WIDTH = 5 |
| 339 | |
| 340 | def _get_cache_size(opname): |
| 341 | return _inline_cache_entries.get(opname, 0) |
| 342 | |
| 343 | def _get_jump_target(op, arg, offset): |
| 344 | """Gets the bytecode offset of the jump target if this is a jump instruction. |
no test coverage detected
searching dependent graphs…