Home
last modified time | relevance | path

Searched refs:jumpi (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Python/
Dcompile.c2442 int jumpi, i, n; in compiler_boolop() local
2447 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
2449 jumpi = JUMP_IF_TRUE_OR_POP; in compiler_boolop()
2458 ADDOP_JABS(c, jumpi, end); in compiler_boolop()
/external/python/cpython3/Python/
Dcompile.c3650 int jumpi; in compiler_boolop() local
3656 jumpi = JUMP_IF_FALSE_OR_POP; in compiler_boolop()
3658 jumpi = JUMP_IF_TRUE_OR_POP; in compiler_boolop()
3667 ADDOP_JABS(c, jumpi, end); in compiler_boolop()