Home
last modified time | relevance | path

Searched refs:PyFrameConstructor (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dfuncobject.h23 } PyFrameConstructor; typedef
97 ((PyFrameConstructor *)&((PyFunctionObject *)(func))->func_globals)
/third_party/python/Include/cpython/
Dframeobject.h75 _PyFrame_New_NoTrack(PyThreadState *, PyFrameConstructor *, PyObject *);
/third_party/python/Include/internal/
Dpycore_ceval.h51 PyFrameConstructor *desc, PyObject *locals,
/third_party/python/Objects/
Dframeobject.c829 _PyFrame_New_NoTrack(PyThreadState *tstate, PyFrameConstructor *con, PyObject *locals) in _PyFrame_New_NoTrack()
870 PyFrameConstructor desc = { in PyFrame_New()
Dcall.c336 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in _PyFunction_Vectorcall()
/third_party/python/Python/
Dceval.c1124 PyFrameConstructor desc = { in PyEval_EvalCode()
4779 PyFrameConstructor *con, PyObject *locals, in _PyEval_MakeFrameVector()
5023 make_coro(PyFrameConstructor *con, PyFrameObject *f) in make_coro()
5052 _PyEval_Vector(PyThreadState *tstate, PyFrameConstructor *con, in _PyEval_Vector()
5135 PyFrameConstructor constr = { in PyEval_EvalCodeEx()
Dbltinmodule.c214 PyFrameConstructor *f = PyFunction_AS_FRAME_CONSTRUCTOR(func); in builtin___build_class__()