Home | History | Annotate | Download | only in Python

Lines Matching defs:call_function

111 static PyObject * call_function(PyObject ***, int, uint64*, uint64*);

113 static PyObject * call_function(PyObject ***, int);
748 opcode, but not in all cases. For example, a CALL_FUNCTION opcode
762 CALL_FUNCTION (and friends)
2673 case CALL_FUNCTION:
2679 x = call_function(&sp, oparg, &intr0, &intr1);
2681 x = call_function(&sp, oparg);
2696 int flags = (opcode - CALL_FUNCTION) & 3;
3994 call_function(PyObject ***pp_stack, int oparg