Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dceval.c209 #define PCALL(POS) pcall[POS]++ macro
220 #define PCALL(O) macro
3004 PCALL(PCALL_ALL); in PyEval_EvalFrameEx()
3027 PCALL(PCALL_ALL); in PyEval_EvalFrameEx()
3597 PCALL(PCALL_GENERATOR); in PyEval_EvalCodeEx()
4351 PCALL(PCALL_CFUNCTION); in call_function()
4380 PCALL(PCALL_METHOD); in call_function()
4381 PCALL(PCALL_BOUND_METHOD); in call_function()
4406 PCALL(PCALL_POP); in call_function()
4429 PCALL(PCALL_FUNCTION); in fast_function()
[all …]