Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dcode.h15 typedef struct _PyOpcache _PyOpcache; typedef
61 _PyOpcache *co_opcache;
/external/python/cpython3/Include/internal/
Dpycore_code.h13 struct _PyOpcache { struct
/external/python/cpython3/Objects/
Dcodeobject.c307 co->co_opcache = (_PyOpcache *)PyMem_Calloc(opts, sizeof(_PyOpcache)); in _PyCode_InitOpcache()
608 res += co->co_opcache_size * sizeof(_PyOpcache); in code_sizeof()
/external/python/cpython3/Python/
Dceval.c947 _PyOpcache *co_opcache; in _PyEval_EvalFrameDefault()
1343 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()