Searched refs:JUMP_IF_FALSE_OR_POP (Results 1 – 10 of 10) sorted by relevance
15 || 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()
1036 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()
2697 TARGET(JUMP_IF_FALSE_OR_POP) { in _PyEval_EvalFrameDefault()
17 || 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()
859 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()
2739 TARGET(JUMP_IF_FALSE_OR_POP) in PyEval_EvalFrameEx()
119 #define JUMP_IF_FALSE_OR_POP 111 /* Target byte offset from beginning macro
89 #define JUMP_IF_FALSE_OR_POP 111 macro
711 .. opcode:: JUMP_IF_FALSE_OR_POP (target)
964 .. opcode:: JUMP_IF_FALSE_OR_POP (target)