Home
last modified time | relevance | path

Searched refs:DUP_TOP (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dopcode.h14 #define DUP_TOP 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dopcode.h14 #define DUP_TOP 4 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c671 case DUP_TOP: in opcode_stack_effect()
1564 ADDOP(c, DUP_TOP); in compiler_print()
1867 ADDOP(c, DUP_TOP); in compiler_try_except()
2123 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2171 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2175 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2529 ADDOP(c, DUP_TOP); in compiler_compare()
3058 ADDOP(c, DUP_TOP); in compiler_visit_expr()
3308 case 0: ADDOP(c, DUP_TOP); break; in compiler_simple_slice()
Dceval.c1167 case DUP_TOP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c694 case DUP_TOP: in opcode_stack_effect()
1587 ADDOP(c, DUP_TOP); in compiler_print()
1889 ADDOP(c, DUP_TOP); in compiler_try_except()
2143 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2191 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2195 ADDOP(c, DUP_TOP); in compiler_visit_stmt()
2549 ADDOP(c, DUP_TOP); in compiler_compare()
3078 ADDOP(c, DUP_TOP); in compiler_visit_expr()
3328 case 0: ADDOP(c, DUP_TOP); break; in compiler_simple_slice()
Dceval.c1170 case DUP_TOP: in PyEval_EvalFrameEx()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dframeobject.c191 if (code[new_lasti] == DUP_TOP || code[new_lasti] == POP_TOP) { in frame_setlineno()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dframeobject.c191 if (code[new_lasti] == DUP_TOP || code[new_lasti] == POP_TOP) { in frame_setlineno()