Searched refs:SETUP_LOOP (Results 1 – 11 of 11) 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()
872 case SETUP_LOOP: in opcode_stack_effect()1625 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_for()1671 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_while()
2865 TARGET_WITH_IMPL(SETUP_LOOP, _setup_finally) in PyEval_EvalFrameEx()3234 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()3248 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
245 case SETUP_LOOP: in frame_setlineno()330 case SETUP_LOOP: in frame_setlineno()
88 2 0 SETUP_LOOP 19 (to 22)
97 2 0 SETUP_LOOP 26 (to 28)
735 .. opcode:: SETUP_LOOP (delta)
2148 :opcode:`SETUP_LOOP` and :opcode:`SETUP_EXCEPT`. Added new opcodes
1674 :opcode:`SETUP_LOOP` and :opcode:`SETUP_EXCEPT`. Added new opcodes