Lines Matching refs:userObj
28 PyObject *userObj; /* PyCodeObject, or a descriptive str for builtins */
197 newProfilerEntry(ProfilerObject *pObj, void *key, PyObject *userObj)
205 userObj = normalizeUserObj(userObj);
206 if (userObj == NULL) {
213 self->userObj = userObj;
267 Py_DECREF(entry->userObj);
339 ptrace_enter_call(PyObject *self, void *key, PyObject *userObj)
358 profEntry = newProfilerEntry(pObj, key, userObj);
526 entry->userObj,
564 entry->userObj,