Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h122 #define SETUP_FINALLY 122 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h122 #define SETUP_FINALLY 122 /* "" */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c216 case SETUP_FINALLY: in frame_setlineno()
225 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH) { in frame_setlineno()
240 if (setup_op == SETUP_FINALLY || setup_op == SETUP_WITH) { in frame_setlineno()
301 case SETUP_FINALLY: in frame_setlineno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c216 case SETUP_FINALLY: in frame_setlineno()
224 if (setup_op == SETUP_FINALLY) { in frame_setlineno()
239 if (setup_op == SETUP_FINALLY) { in frame_setlineno()
300 case SETUP_FINALLY: in frame_setlineno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c279 case SETUP_FINALLY:
571 case SETUP_FINALLY:
650 case SETUP_FINALLY:
Dcompile.c851 case SETUP_FINALLY: in opcode_stack_effect()
1784 ADDOP_JREL(c, SETUP_FINALLY, end); in compiler_try_finally()
3465 } else if (instr->i_opcode == SETUP_FINALLY || in stackdepth_walk()
Dceval.c988 if (*next_instr == SETUP_FINALLY) { in PyEval_EvalFrameEx()
2531 case SETUP_FINALLY: in PyEval_EvalFrameEx()
2901 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c268 case SETUP_FINALLY: in markblocks()
558 case SETUP_FINALLY: in PyCode_Optimize()
637 case SETUP_FINALLY: in PyCode_Optimize()
Dceval.c990 if (*next_instr == SETUP_FINALLY) { in PyEval_EvalFrameEx()
2546 case SETUP_FINALLY: in PyEval_EvalFrameEx()
2916 if (b->b_type == SETUP_FINALLY || in PyEval_EvalFrameEx()
Dcompile.c874 case SETUP_FINALLY: in opcode_stack_effect()
1806 ADDOP_JREL(c, SETUP_FINALLY, end); in compiler_try_finally()
3486 else if (instr->i_opcode == SETUP_FINALLY || in stackdepth_walk()