Home | History | Annotate | Download | only in Python

Lines Matching refs:PyFrameObject

129 static int call_trace(Py_tracefunc, PyObject *, PyFrameObject *,
132 PyFrameObject *, int, PyObject *);
133 static void call_exc_trace(Py_tracefunc, PyObject *, PyFrameObject *);
135 PyFrameObject *, int *, int *, int *);
144 static int exec_statement(PyFrameObject *,
150 PyFrameObject *, unsigned char *);
681 PyEval_EvalFrame(PyFrameObject *f) {
689 PyEval_EvalFrameEx(PyFrameObject *f, int throwflag)
3351 register PyFrameObject *f;
3702 PyFrameObject *frame = tstate->frame;
3746 PyFrameObject *frame;
3967 call_exc_trace(Py_tracefunc func, PyObject *self, PyFrameObject *f)
3993 call_trace_protected(Py_tracefunc func, PyObject *obj, PyFrameObject *frame,
4014 call_trace(Py_tracefunc func, PyObject *obj, PyFrameObject *frame,
4033 PyFrameObject *frame = PyEval_GetFrame();
4051 PyFrameObject *frame, int *instr_lb, int *instr_ub,
4117 PyFrameObject *current_frame = PyEval_GetFrame();
4127 PyFrameObject *current_frame = PyEval_GetFrame();
4137 PyFrameObject *current_frame = PyEval_GetFrame();
4144 PyFrameObject *
4154 PyFrameObject *current_frame = PyEval_GetFrame();
4161 PyFrameObject *current_frame = PyEval_GetFrame();
4413 PyFrameObject *f;
4993 exec_statement(PyFrameObject *f, PyObject *prog, PyObject *globals,
5114 PyFrameObject *f, unsigned char *next_instr)