Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dframeobject.h16 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h78 PyAPI_FUNC(void) PyFrame_LocalsToFast(PyFrameObject *, int);
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def188 PyFrame_LocalsToFast
/aosp_15_r20/external/python/cpython2/Objects/
Dframeobject.c955 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def327 "PyFrame_LocalsToFast"
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c326 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
Dceval.c2665 PyFrame_LocalsToFast(f, 0); in PyEval_EvalFrameEx()
5129 PyFrame_LocalsToFast(f, 0); in exec_statement()
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c1289 PyFrame_LocalsToFast(PyFrameObject *f, int clear) in PyFrame_LocalsToFast() function
/aosp_15_r20/external/python/cpython3/Python/
Dsysmodule.c952 PyFrame_LocalsToFast(frame, 1); in call_trampoline()
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.11.0a7.rst141 :c:func:`PyFrame_FastToLocalsWithError` and :c:func:`PyFrame_LocalsToFast`
/aosp_15_r20/external/python/cpython3/Doc/whatsnew/
D3.11.rst2465 :c:func:`PyFrame_FastToLocalsWithError` or :c:func:`PyFrame_LocalsToFast`,
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi256 …<elf-symbol name='PyFrame_LocalsToFast' type='func-type' binding='global-binding' visibility='defa…
8330PyFrame_LocalsToFast' mangled-name='PyFrame_LocalsToFast' filepath='Objects/frameobject.c' line='1…
/aosp_15_r20/external/python/cpython2/Misc/
DHISTORY7733 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for
/aosp_15_r20/external/python/cpython3/Misc/
DHISTORY25112 - PyFrame_FastToLocals() and PyFrame_LocalsToFast() copy bindings for