Home
last modified time | relevance | path

Searched refs:_PyFrame_New_NoTrack (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Include/
Dframeobject.h60 PyFrameObject* _PyFrame_New_NoTrack(PyThreadState *, PyCodeObject *,
/external/python/cpython3/Objects/
Dframeobject.c657 _PyFrame_New_NoTrack(PyThreadState *tstate, PyCodeObject *code, in _PyFrame_New_NoTrack() function
786 PyFrameObject *f = _PyFrame_New_NoTrack(tstate, code, globals, locals); in PyFrame_New()
Dcall.c272 f = _PyFrame_New_NoTrack(tstate, co, globals, NULL); in function_code_fastcall()
/external/python/cpython3/Python/
Dceval.c3691 f = _PyFrame_New_NoTrack(tstate, co, globals, locals); in _PyEval_EvalCodeWithName()