Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dframeobject.h78 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/external/python/cpython2/PC/os2vacpp/
Dpython.def188 PyFrame_LocalsToFast
/external/python/cpython2/Objects/
Dframeobject.c919 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/external/python/cpython2/PC/os2emx/
Dpython27.def327 "PyFrame_LocalsToFast"
/external/python/cpython2/Python/
Dsysmodule.c326 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
Dceval.c2645 PyFrame_LocalsToFast(f, 0); in PyEval_EvalFrameEx()
5090 PyFrame_LocalsToFast(f, 0); in exec_statement()
/external/python/cpython2/Misc/
DHISTORY7733 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for