Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h96 #define JUMP_IF_FALSE_OR_POP 111 macro
/third_party/python/Python/
Dcompile.c1106 case JUMP_IF_FALSE_OR_POP: in stack_effect()
3782 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
4100 ADDOP_JUMP(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
7339 case JUMP_IF_FALSE_OR_POP: in optimize_basic_block()
7402 case JUMP_IF_FALSE_OR_POP: in optimize_basic_block()
7409 case JUMP_IF_FALSE_OR_POP: in optimize_basic_block()
7410 i -= jump_thread(inst, target, JUMP_IF_FALSE_OR_POP); in optimize_basic_block()
7435 case JUMP_IF_FALSE_OR_POP: in optimize_basic_block()
7452 case JUMP_IF_FALSE_OR_POP: in optimize_basic_block()
7596 case JUMP_IF_FALSE_OR_POP: in normalize_basic_block()
Dceval.c3797 case TARGET(JUMP_IF_FALSE_OR_POP): { in _PyEval_EvalFrameDefault()
/third_party/python/Objects/
Dframeobject.c148 case JUMP_IF_FALSE_OR_POP: in markblocks()
/third_party/python/Doc/library/
Ddis.rst1019 .. opcode:: JUMP_IF_FALSE_OR_POP (target)