Searched refs:co_opcache_size (Results 1 – 3 of 3) sorted by relevance
63 unsigned char co_opcache_size; // length of co_opcache. member
262 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()
1220 assert(co_opt_offset <= co->co_opcache_size); \ in _PyEval_EvalFrameDefault()1343 sizeof(_PyOpcache) * co->co_opcache_size; in _PyEval_EvalFrameDefault()