Home
last modified time | relevance | path

Searched refs:PyFrame_LocalsToFast (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
H A Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/third_party/python/Objects/
H A Dframeobject.c1168 // an earlier call to PyFrame_LocalsToFast(). in _PyFrame_FastToLocalsWithError()
1269 // initial value by an earlier call to PyFrame_LocalsToFast(). in _PyFrame_LocalsToFast()
1289 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/third_party/python/Python/
H A Dsysmodule.c952 PyFrame_LocalsToFast(frame, 1); in call_trampoline()

Completed in 8 milliseconds