Searched refs:POP_TOP (Results 1 – 5 of 5) sorted by relevance
/third_party/python/Python/ |
D | compile.c | 962 case POP_TOP: in stack_effect() 1785 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1815 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1816 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1817 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1839 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 1865 ADDOP(c, POP_TOP); in compiler_unwind_fblock() 2720 ADDOP(c, POP_TOP); in compiler_jump_if() 3200 ADDOP(c, POP_TOP); in compiler_try_except() 3211 ADDOP(c, POP_TOP); in compiler_try_except() [all …]
|
D | ceval.c | 1886 case TARGET(POP_TOP): { in _PyEval_EvalFrameDefault()
|
/third_party/python/Include/ |
D | opcode.h | 10 #define POP_TOP 1 macro
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 192 12 POP_TOP 201 26 POP_TOP
|
/third_party/python/Doc/library/ |
D | dis.rst | 331 .. opcode:: POP_TOP 633 is terminated with :opcode:`POP_TOP`. 748 the stack. The next opcode will either ignore it (:opcode:`POP_TOP`), or
|