Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dopcode.h129 #define CALL_METHOD 161 macro
/external/python/cpython3/Doc/library/
Ddis.rst1121 TOS will be used as the first argument (``self``) by :opcode:`CALL_METHOD`.
1128 .. opcode:: CALL_METHOD (argc)
/external/python/cpython3/Python/
Dcompile.c1070 case CALL_METHOD: in stack_effect()
3565 ADDOP_I(c, CALL_METHOD, asdl_seq_LEN(e->v.Call.args)); in maybe_optimize_method_call()
Dceval.c3071 TARGET(CALL_METHOD) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.7.rst2453 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.
/external/python/cpython3/Misc/NEWS.d/
D3.7.0a1.rst1522 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.