Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_opcode.c43 effect = PyCompile_OpcodeStackEffect(opcode, oparg_int); in _opcode_stack_effect_impl()
/external/python/cpython3/Include/
Dcompile.h59 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
/external/python/cpython3/Python/
Dcompile.c864 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function
4849 effect = PyCompile_OpcodeStackEffect(instr->i_opcode, instr->i_oparg); in stackdepth_walk()