Home
last modified time | relevance | path

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

/third_party/python/Modules/clinic/
D_opcode.c.h15 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg,
50 _return_value = _opcode_stack_effect_impl(module, opcode, oparg, jump); in _opcode_stack_effect()
/third_party/python/Modules/
D_opcode.c25 _opcode_stack_effect_impl(PyObject *module, int opcode, PyObject *oparg, in _opcode_stack_effect_impl() function