Home
last modified time | relevance | path

Searched refs:co_opcache_size (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Include/cpython/
Dcode.h63 unsigned char co_opcache_size; // length of co_opcache. member
/external/python/cpython3/Objects/
Dcodeobject.c262 co->co_opcache_size = 0; in PyCode_NewWithPosOnlyArgs()
319 co->co_opcache_size = (unsigned char)opts; in _PyCode_InitOpcache()
555 co->co_opcache_size = 0; in code_dealloc()
608 res += co->co_opcache_size * sizeof(_PyOpcache); in code_sizeof()
/external/python/cpython3/Python/
Dceval.c1220 assert(co_opt_offset <= co->co_opcache_size); \ in _PyEval_EvalFrameDefault()
1343 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()