Home
last modified time | relevance | path

Searched refs:PyFrame_FastToLocals (Results 1 – 16 of 16) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dframeobject.h29 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/external/python/cpython2/Include/
Dframeobject.h79 PyAPI_FUNC(void) PyFrame_FastToLocals(PyFrameObject *);
/aosp_15_r20/external/python/cpython2/Objects/
Dframeobject.c58 PyFrame_FastToLocals(f); in WARN_GET_SET()
903 PyFrame_FastToLocals(PyFrameObject *f) in PyFrame_FastToLocals() function
/aosp_15_r20/external/python/cpython2/PC/os2vacpp/
Dpython.def186 PyFrame_FastToLocals
/aosp_15_r20/external/pytorch/torch/csrc/utils/
H A Dpythoncapi_compat.h200 PyFrame_FastToLocals(frame); in PyFrame_GetLocals()
/aosp_15_r20/external/python/cpython2/PC/os2emx/
Dpython27.def326 "PyFrame_FastToLocals"
/aosp_15_r20/external/python/cpython2/Python/
Dsysmodule.c324 PyFrame_FastToLocals(frame); in call_trampoline()
Dceval.c2655 PyFrame_FastToLocals(f); in PyEval_EvalFrameEx()
4150 PyFrame_FastToLocals(current_frame); in PyEval_GetLocals()
/aosp_15_r20/external/python/cpython3/Objects/
Dframeobject.c1210 PyFrame_FastToLocals(PyFrameObject *f) in PyFrame_FastToLocals() function
/aosp_15_r20/external/python/cpython3/Doc/data/
Dpython3.11.abi246 …<elf-symbol name='PyFrame_FastToLocals' type='func-type' binding='global-binding' visibility='defa…
8335PyFrame_FastToLocals' mangled-name='PyFrame_FastToLocals' 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