Searched refs:LOAD_METHOD (Results 1 – 6 of 6) sorted by relevance
128 #define LOAD_METHOD 160 macro
1117 .. opcode:: LOAD_METHOD (namei)1132 with :opcode:`LOAD_METHOD`. Positional arguments are on top of the stack.1133 Below them, two items described in :opcode:`LOAD_METHOD` on the stack.
1117 case LOAD_METHOD: in stack_effect()3563 ADDOP_NAME(c, LOAD_METHOD, meth->v.Attribute.attr, names); in maybe_optimize_method_call()
3034 TARGET(LOAD_METHOD) { in _PyEval_EvalFrameDefault()
2453 There are two new opcodes: :opcode:`LOAD_METHOD` and :opcode:`CALL_METHOD`.
1522 Speed-up method calls: add LOAD_METHOD and CALL_METHOD opcodes.