Searched refs:DELETE_SLICE (Results 1 – 4 of 4) sorted by relevance
50 #define DELETE_SLICE 50 macro
414 .. opcode:: DELETE_SLICE+0 ()419 .. opcode:: DELETE_SLICE+1 ()424 .. opcode:: DELETE_SLICE+2 ()429 .. opcode:: DELETE_SLICE+3 ()
745 case DELETE_SLICE+0: in opcode_stack_effect()747 case DELETE_SLICE+1: in opcode_stack_effect()749 case DELETE_SLICE+2: in opcode_stack_effect()751 case DELETE_SLICE+3: in opcode_stack_effect()3307 case Del: op = DELETE_SLICE; break; in compiler_simple_slice()
1878 TARGET_WITH_IMPL_NOARG(DELETE_SLICE, _delete_slice) in PyEval_EvalFrameEx()1884 if ((opcode-DELETE_SLICE) & 2) in PyEval_EvalFrameEx()1888 if ((opcode-DELETE_SLICE) & 1) in PyEval_EvalFrameEx()