Searched refs:CALL_METHOD (Results 1 – 6 of 6) sorted by relevance
129 #define CALL_METHOD 161 macro
1121 TOS will be used as the first argument (``self``) by :opcode:`CALL_METHOD`.1128 .. opcode:: CALL_METHOD (argc)
1070 case CALL_METHOD: in stack_effect()3565 ADDOP_I(c, CALL_METHOD, asdl_seq_LEN(e->v.Call.args)); in maybe_optimize_method_call()
3071 TARGET(CALL_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.