Home
last modified time | relevance | path

Searched refs:PyFrame_LocalsToFast (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Include/cpython/
Dframeobject.h87 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/third_party/python/Objects/
Dframeobject.c1085 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/third_party/python/Python/
Dsysmodule.c964 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
Dceval.c3720 PyFrame_LocalsToFast(f, 0); in _PyEval_EvalFrameDefault()
/third_party/python/Misc/
DHISTORY25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for