Searched refs:_PyOpcache (Results 1 – 4 of 4) sorted by relevance
15 typedef struct _PyOpcache _PyOpcache; typedef61 _PyOpcache *co_opcache;
13 struct _PyOpcache { struct
307 co->co_opcache = (_PyOpcache *)PyMem_Calloc(opts, sizeof(_PyOpcache)); in _PyCode_InitOpcache()608 res += co->co_opcache_size * sizeof(_PyOpcache); in code_sizeof()
947 _PyOpcache *co_opcache; in _PyEval_EvalFrameDefault()1343 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()