Searched refs:PyFrame_LocalsToFast (Results 1 – 6 of 6) sorted by relevance
16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
1289 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
952 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
2465 :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for
3455 :c:func:`PyFrame_LocalsToFast` are no longer called during profiling nor