Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_opcode.c31 int jump_int; in _opcode_stack_effect_impl() local
49 jump_int = -1; in _opcode_stack_effect_impl()
52 jump_int = 1; in _opcode_stack_effect_impl()
55 jump_int = 0; in _opcode_stack_effect_impl()
62 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()