Home
last modified time | relevance | path

Searched refs:SETUP_LOOP (Results 1 – 14 of 14) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h120 #define SETUP_LOOP 120 /* Target address (relative) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h120 #define SETUP_LOOP 120 /* Target address (relative) */ macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dpeephole.c277 case SETUP_LOOP:
569 case SETUP_LOOP:
648 case SETUP_LOOP:
Dcompile.c849 case SETUP_LOOP: in opcode_stack_effect()
1635 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_for()
1681 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_while()
Dceval.c2529 case SETUP_LOOP: in PyEval_EvalFrameEx()
2882 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()
2896 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dpeephole.c266 case SETUP_LOOP: in markblocks()
556 case SETUP_LOOP: in PyCode_Optimize()
635 case SETUP_LOOP: in PyCode_Optimize()
Dceval.c2544 case SETUP_LOOP: in PyEval_EvalFrameEx()
2897 if (b->b_type == SETUP_LOOP && why == WHY_CONTINUE) { in PyEval_EvalFrameEx()
2911 if (b->b_type == SETUP_LOOP && why == WHY_BREAK) { in PyEval_EvalFrameEx()
Dcompile.c872 case SETUP_LOOP: in opcode_stack_effect()
1658 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_for()
1704 ADDOP_JREL(c, SETUP_LOOP, end); in compiler_while()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dgenobject.c411 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
Dframeobject.c214 case SETUP_LOOP: in frame_setlineno()
299 case SETUP_LOOP: in frame_setlineno()
Dlnotab_notes.txt88 2 0 SETUP_LOOP 19 (to 22)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dgenobject.c408 if (f->f_blockstack[i].b_type != SETUP_LOOP) in PyGen_NeedsFinalizing()
Dframeobject.c214 case SETUP_LOOP: in frame_setlineno()
298 case SETUP_LOOP: in frame_setlineno()
Dlnotab_notes.txt88 2 0 SETUP_LOOP 19 (to 22)