Searched refs:POP_BLOCK (Results 1 – 6 of 6) sorted by relevance
/third_party/python/Include/ |
D | opcode.h | 72 #define POP_BLOCK 87 macro
|
/third_party/python/Objects/ |
D | lnotab_notes.txt | 196 >> 18 POP_BLOCK 205 If 'a' is false, execution will jump to the POP_BLOCK instruction at offset 18 207 In this case, we could instead associate the POP_BLOCK with line 5, but that
|
D | frameobject.c | 209 case POP_BLOCK: in markblocks()
|
/third_party/python/Python/ |
D | compile.c | 1049 case POP_BLOCK: in stack_effect() 1789 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1794 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1827 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 1848 ADDOP(c, POP_BLOCK); in compiler_unwind_fblock() 2922 ADDOP(c, POP_BLOCK); /* for SETUP_FINALLY */ in compiler_async_for() 3115 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_finally() 3178 ADDOP_NOLINE(c, POP_BLOCK); in compiler_try_except() 3235 ADDOP(c, POP_BLOCK); in compiler_try_except() 4734 ADDOP(c, POP_BLOCK); in compiler_async_comprehension_generator() [all …]
|
D | ceval.c | 2682 case TARGET(POP_BLOCK): { in _PyEval_EvalFrameDefault()
|
/third_party/python/Doc/library/ |
D | dis.rst | 695 .. opcode:: POP_BLOCK
|