Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_opcode.c30 int oparg_int = 0; in _opcode_stack_effect_impl() local
38 oparg_int = (int)PyLong_AsLong(oparg); in _opcode_stack_effect_impl()
39 if ((oparg_int == -1) && PyErr_Occurred()) in _opcode_stack_effect_impl()
61 effect = PyCompile_OpcodeStackEffectWithJump(opcode, oparg_int, jump_int); in _opcode_stack_effect_impl()