Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c147873 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1); in _Py_Deepfreeze_Fini()
147881 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3); in _Py_Deepfreeze_Fini()
147884 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4); in _Py_Deepfreeze_Fini()
147886 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5); in _Py_Deepfreeze_Fini()
147898 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2); in _Py_Deepfreeze_Fini()
147907 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3); in _Py_Deepfreeze_Fini()
147913 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4); in _Py_Deepfreeze_Fini()
147917 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5); in _Py_Deepfreeze_Fini()
147922 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6); in _Py_Deepfreeze_Fini()
147923 _PyStaticCode_Dealloc((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7); in _Py_Deepfreeze_Fini()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_code.h259 extern void _PyStaticCode_Dealloc(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_code.h259 extern void _PyStaticCode_Dealloc(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_code.h259 extern void _PyStaticCode_Dealloc(PyCodeObject *co);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_code.h259 extern void _PyStaticCode_Dealloc(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_code.h259 extern void _PyStaticCode_Dealloc(PyCodeObject *co);
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c2201 _PyStaticCode_Dealloc(PyCodeObject *co) in _PyStaticCode_Dealloc() function