Searched refs:SETUP_LOOP (Results 1 – 8 of 8) sorted by relevance
129 #define SETUP_LOOP 120 /* Target address (relative) */ macro
266 case SETUP_LOOP: in markblocks()556 case SETUP_LOOP: in PyCode_Optimize()635 case SETUP_LOOP: in PyCode_Optimize()
2845 TARGET_WITH_IMPL(SETUP_LOOP, _setup_finally) in PyEval_EvalFrameEx()3214 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()3228 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
872 case SETUP_LOOP: in opcode_stack_effect()1616 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_for()1662 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_while()
411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
214 case SETUP_LOOP: in frame_setlineno()299 case SETUP_LOOP: in frame_setlineno()
88 2 0 SETUP_LOOP 19 (to 22)
735 .. opcode:: SETUP_LOOP (delta)