Searched refs:PyCompile_OpcodeStackEffect (Results 1 – 3 of 3) sorted by relevance
53 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
455 int delta = PyCompile_OpcodeStackEffect(opcode, get_arg(code, i)); in mark_stacks()
1206 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function