Searched refs:CONTINUE_LOOP (Results 1 – 10 of 10) sorted by relevance
16 #define ABSOLUTE_JUMP(op) (op==JUMP_ABSOLUTE || op==CONTINUE_LOOP \189 case CONTINUE_LOOP: in markblocks()381 case CONTINUE_LOOP: in PyCode_Optimize()457 case CONTINUE_LOOP: in PyCode_Optimize()
1046 case CONTINUE_LOOP: in stack_effect()2521 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()5047 if (instr->i_opcode == CONTINUE_LOOP) { in stackdepth()
2836 TARGET(CONTINUE_LOOP) { in _PyEval_EvalFrameDefault()
18 #define ABSOLUTE_JUMP(op) (op==JUMP_ABSOLUTE || op==CONTINUE_LOOP \265 case CONTINUE_LOOP: in markblocks()555 case CONTINUE_LOOP: in PyCode_Optimize()624 case CONTINUE_LOOP: in PyCode_Optimize()
870 case CONTINUE_LOOP: in opcode_stack_effect()1722 ADDOP_JABS(c, CONTINUE_LOOP, c->u->u_fblock[i].fb_block); in compiler_continue()
2854 TARGET(CONTINUE_LOOP) in PyEval_EvalFrameEx()
128 #define CONTINUE_LOOP 119 /* Start of loop (absolute) */ macro
95 #define CONTINUE_LOOP 119 macro
482 .. opcode:: CONTINUE_LOOP (target)
613 .. opcode:: CONTINUE_LOOP (target)