Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dpeephole.c15 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
18 || op==JUMP_IF_FALSE_OR_POP || op==JUMP_IF_TRUE_OR_POP)
184 case JUMP_IF_FALSE_OR_POP: in markblocks()
344 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
460 case JUMP_IF_FALSE_OR_POP: in PyCode_Optimize()
Dcompile.c1036 case JUMP_IF_FALSE_OR_POP: in stack_effect()
3294 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
3521 ADDOP_JABS(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
Dceval.c2697 TARGET(JUMP_IF_FALSE_OR_POP) { in _PyEval_EvalFrameDefault()
/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()
2447 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
2516 ADDOP_JABS(c, JUMP_IF_FALSE_OR_POP, cleanup); in compiler_compare()
3455 instr->i_opcode == JUMP_IF_FALSE_OR_POP) in stackdepth_walk()
Dceval.c2739 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/cpython3/Include/
Dopcode.h89 #define JUMP_IF_FALSE_OR_POP 111 macro
/external/python/cpython2/Doc/library/
Ddis.rst711 .. opcode:: JUMP_IF_FALSE_OR_POP (target)
/external/python/cpython3/Doc/library/
Ddis.rst964 .. opcode:: JUMP_IF_FALSE_OR_POP (target)