Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/android/Python/deepfreeze/
Ddeepfreeze.c151237 if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_1) < 0) { in _Py_Deepfreeze_Init()
151240 if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_3) < 0) { in _Py_Deepfreeze_Init()
151243 if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_4) < 0) { in _Py_Deepfreeze_Init()
151246 if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_5) < 0) { in _Py_Deepfreeze_Init()
151249 …if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_2) … in _Py_Deepfreeze_Init()
151252 …if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_3) … in _Py_Deepfreeze_Init()
151255 …if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_4) … in _Py_Deepfreeze_Init()
151258 …if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_5) … in _Py_Deepfreeze_Init()
151261 …if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7_consts_6) … in _Py_Deepfreeze_Init()
151264 if (_PyStaticCode_InternStrings((PyCodeObject *)&importlib__bootstrap_toplevel_consts_7) < 0) { in _Py_Deepfreeze_Init()
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/aosp_15_r20/external/python/cpython3/Include/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/internal/
Dpycore_code.h261 extern int _PyStaticCode_InternStrings(PyCodeObject *co);
/aosp_15_r20/external/python/cpython3/Objects/
Dcodeobject.c2222 _PyStaticCode_InternStrings(PyCodeObject *co) in _PyStaticCode_InternStrings() function