Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcompile.h53 PyAPI_FUNC(int) PyCompile_OpcodeStackEffect(int opcode, int oparg);
/third_party/python/Objects/
Dframeobject.c455 int delta = PyCompile_OpcodeStackEffect(opcode, get_arg(code, i)); in mark_stacks()
/third_party/python/Python/
Dcompile.c1206 PyCompile_OpcodeStackEffect(int opcode, int oparg) in PyCompile_OpcodeStackEffect() function