Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpeephole.c17 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
20 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
260 case JUMP_IF_FALSE_OR_POP: in markblocks()
519 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
627 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
Dcompile.c859 case JUMP_IF_FALSE_OR_POP: /* "" */ in opcode_stack_effect()
2446 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
2515 ADDOP_JABS(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
3454 instr->i_opcode == JUMP_IF_FALSE_OR_POP) in stackdepth_walk()
Dceval.c2719 TARGET(JUMP_IF_FALSE_OR_POP) in PyEval_EvalFrameEx()
/external/python/cpython2/Include/
Dopcode.h119 #define JUMP_IF_FALSE_OR_POP 111 /* Target byte offset from beginning macro
/external/python/cpython2/Doc/library/
Ddis.rst711 .. opcode:: JUMP_IF_FALSE_OR_POP (target)