Lines Matching refs:oparg
1370 PyObject *kwnames, int oparg)
1379 if (nargs == 1 && kwnames == NULL && oparg == 1) {
1431 int nargs, PyObject *kwnames, int oparg)
1460 if ((PyObject *)descr == list_append && oparg == 1 && pop) {
1632 PyObject *kwnames, int oparg)
1645 fail = specialize_class_call(callable, instr, nargs, kwnames, oparg);
1649 instr, nargs, kwnames, oparg);
1706 binary_op_fail_kind(int oparg, PyObject *lhs, PyObject *rhs)
1708 switch (oparg) {
1776 int oparg, PyObject **locals)
1780 switch (oparg) {
1845 SPECIALIZATION_FAIL(BINARY_OP, binary_op_fail_kind(oparg, lhs, rhs));
1905 int oparg)
1930 assert(oparg <= Py_GE);
1931 int when_to_jump_mask = compare_masks[oparg];
1961 if (oparg != Py_EQ && oparg != Py_NE) {
1996 _Py_Specialize_UnpackSequence(PyObject *seq, _Py_CODEUNIT *instr, int oparg)
2002 if (PyTuple_GET_SIZE(seq) != oparg) {
2014 if (PyList_GET_SIZE(seq) != oparg) {