Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h132 #define LOAD_METHOD 160 macro
/third_party/python/Doc/library/
Ddis.rst1162 .. opcode:: LOAD_METHOD (namei)
1178 with :opcode:`LOAD_METHOD`. Positional arguments are on top of the stack.
1179 Below them, the two items described in :opcode:`LOAD_METHOD` are on the
/third_party/python/Python/
Dcompile.c1190 case LOAD_METHOD: in stack_effect()
4261 ADDOP_NAME(c, LOAD_METHOD, meth->v.Attribute.attr, names); in maybe_optimize_method_call()
4319 ADDOP_NAME(c, LOAD_METHOD, join, names); in compiler_joined_str()
Dceval.c4122 case TARGET(LOAD_METHOD): { in _PyEval_EvalFrameDefault()
/third_party/python/Misc/NEWS.d/
D3.8.0b1.rst2041 ``LOAD_METHOD``/``CALL_METHOD`` opcodes. See PEP 590.
D3.9.0a1.rst680 bound method objects are less used than before thanks to the ``LOAD_METHOD``
D3.7.0a1.rst1521 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.
/third_party/python/Doc/whatsnew/
D3.7.rst2465 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.