Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A D_opcode.c32 int jump_int; in _opcode_stack_effect_impl() local
50 jump_int = -1; in _opcode_stack_effect_impl()
53 jump_int = 1; in _opcode_stack_effect_impl()
56 jump_int = 0; in _opcode_stack_effect_impl()
67 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()

Completed in 1 milliseconds