Home
last modified time | relevance | path

Searched refs:SETUP_FINALLY (Results 1 – 12 of 12) sorted by relevance

/external/python/cpython3/Objects/
Dframeobject.c236 case SETUP_FINALLY: in frame_setlineno()
246 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH in frame_setlineno()
262 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH in frame_setlineno()
320 case SETUP_FINALLY: in frame_setlineno()
359 if (b->b_type == SETUP_FINALLY && in frame_setlineno()
/external/python/cpython3/Python/
Dpeephole.c192 case SETUP_FINALLY: in markblocks()
384 case SETUP_FINALLY: in PyCode_Optimize()
469 case SETUP_FINALLY: in PyCode_Optimize()
Dceval.c945 if (opcode == SETUP_FINALLY || in _PyEval_EvalFrameDefault()
2846 TARGET(SETUP_FINALLY) { in _PyEval_EvalFrameDefault()
2885 PyFrame_BlockSetup(f, SETUP_FINALLY, INSTR_OFFSET() + oparg, in _PyEval_EvalFrameDefault()
2912 PyFrame_BlockSetup(f, SETUP_FINALLY, INSTR_OFFSET() + oparg, in _PyEval_EvalFrameDefault()
3387 || b->b_type == SETUP_FINALLY)) { in _PyEval_EvalFrameDefault()
3428 if (b->b_type == SETUP_FINALLY) { in _PyEval_EvalFrameDefault()
Dcompile.c1051 case SETUP_FINALLY: in stack_effect()
2572 ADDOP_JREL(c, SETUP_FINALLY, end); in compiler_try_finally()
2692 ADDOP_JREL(c, SETUP_FINALLY, cleanup_end); in compiler_try_except()
/external/python/cpython2/Objects/
Dframeobject.c247 case SETUP_FINALLY: in frame_setlineno()
256 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH) { in frame_setlineno()
271 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH) { in frame_setlineno()
332 case SETUP_FINALLY: in frame_setlineno()
/external/python/cpython2/Python/
Dpeephole.c268 case SETUP_FINALLY: in markblocks()
558 case SETUP_FINALLY: in PyCode_Optimize()
637 case SETUP_FINALLY: in PyCode_Optimize()
Dcompile.c874 case SETUP_FINALLY: in opcode_stack_effect()
1773 ADDOP_JREL(c, SETUP_FINALLY, end); in compiler_try_finally()
3448 else if (instr->i_opcode == SETUP_FINALLY || in stackdepth_walk()
Dceval.c1095 if (*next_instr == SETUP_FINALLY) { in PyEval_EvalFrameEx()
2867 TARGET(SETUP_FINALLY) in PyEval_EvalFrameEx()
3253 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx()
/external/python/cpython2/Include/
Dopcode.h131 #define SETUP_FINALLY 122 /* "" */ macro
/external/python/cpython3/Include/
Dopcode.h98 #define SETUP_FINALLY 122 macro
/external/python/cpython2/Doc/library/
Ddis.rst747 .. opcode:: SETUP_FINALLY (delta)
/external/python/cpython3/Doc/library/
Ddis.rst1002 .. opcode:: SETUP_FINALLY (delta)