Home
last modified time | relevance | path

Searched refs:_PyOpcache (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dcode.h15 typedef struct _PyOpcache _PyOpcache; typedef
61 _PyOpcache *co_opcache;
/third_party/python/Include/internal/
Dpycore_code.h19 struct _PyOpcache { struct
/third_party/python/Objects/
Dcodeobject.c315 co->co_opcache = (_PyOpcache *)PyMem_Calloc(opts, sizeof(_PyOpcache)); in _PyCode_InitOpcache()
693 res += co->co_opcache_size * sizeof(_PyOpcache); in code_sizeof()
/third_party/python/Python/
Dceval.c1601 _PyOpcache *co_opcache; in _PyEval_EvalFrameDefault()
1712 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()