Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_opcode.c31 int jump_int; in _opcode_stack_effect_impl() local
48 jump_int = -1; in _opcode_stack_effect_impl()
51 jump_int = 1; in _opcode_stack_effect_impl()
54 jump_int = 0; in _opcode_stack_effect_impl()
61 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()