Searched refs:LOAD_METHOD (Results 1 – 8 of 8) sorted by relevance
132 #define LOAD_METHOD 160 macro
1162 .. 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
1190 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()
4122 case TARGET(LOAD_METHOD): { in _PyEval_EvalFrameDefault()
2041 ``LOAD_METHOD``/``CALL_METHOD`` opcodes. See PEP 590.
680 bound method objects are less used than before thanks to the ``LOAD_METHOD``
1521 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.
2465 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.