Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h105 #define CALL_FUNCTION 131 macro
/third_party/python/Objects/
Dlnotab_notes.txt103 10 CALL_FUNCTION 1
112 24 CALL_FUNCTION 1
/third_party/python/Doc/library/
Ddis.rst39 4 CALL_FUNCTION 1
107 CALL_FUNCTION
737 by :opcode:`CALL_FUNCTION` to construct a class.
1067 .. opcode:: CALL_FUNCTION (argc)
1073 ``CALL_FUNCTION`` pops all arguments and the callable object off the stack,
/third_party/python/Python/
Dcompile.c1057 case CALL_FUNCTION: in stack_effect()
1652 ADDOP_I(c, CALL_FUNCTION, 3); in compiler_call_exit_with_nones()
2297 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_function()
2428 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_class()
3351 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_assert()
4299 ADDOP_I(c, CALL_FUNCTION, n + nelts); in compiler_call_helper()
4683 ADDOP_I(c, CALL_FUNCTION, 1); in compiler_comprehension()
Dceval.c3269 PREDICT(CALL_FUNCTION); in _PyEval_EvalFrameDefault()
3514 case TARGET(CALL_FUNCTION): { in _PyEval_EvalFrameDefault()
3515 PREDICTED(CALL_FUNCTION); in _PyEval_EvalFrameDefault()
5491 …else if (prevopcode == WITH_EXCEPT_START || (prevopcode == CALL_FUNCTION && prevprevopcode == DUP_… in format_awaitable_error()
/third_party/python/Doc/whatsnew/
D3.6.rst2363 The :opcode:`MAKE_FUNCTION`, :opcode:`CALL_FUNCTION`,
/third_party/python/Misc/
DNEWS18247 - bpo-27213: Rework CALL_FUNCTION* opcodes to produce shorter and more