Searched refs:co_opcache_size (Results 1 – 3 of 3) sorted by relevance
63 unsigned char co_opcache_size; // length of co_opcache. member
270 co->co_opcache_size = 0; in PyCode_NewWithPosOnlyArgs()327 co->co_opcache_size = (unsigned char)opts; in _PyCode_InitOpcache()640 co->co_opcache_size = 0; in code_dealloc()693 res += co->co_opcache_size * sizeof(_PyOpcache); in code_sizeof()
1485 assert(co_opcache_offset <= co->co_opcache_size); \1498 assert(co_opcache_offset <= co->co_opcache_size); \1712 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()