Home
last modified time | relevance | path

Searched refs:POP_TOP (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Python/
Dcompile.c962 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 …]
Dceval.c1886 case TARGET(POP_TOP): { in _PyEval_EvalFrameDefault()
/third_party/python/Include/
Dopcode.h10 #define POP_TOP 1 macro
/third_party/python/Objects/
Dlnotab_notes.txt192 12 POP_TOP
201 26 POP_TOP
/third_party/python/Doc/library/
Ddis.rst331 .. opcode:: POP_TOP
633 is terminated with :opcode:`POP_TOP`.
748 the stack. The next opcode will either ignore it (:opcode:`POP_TOP`), or