Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dcode.h62 int co_opcache_flag; // used to determine when create a cache. member
/third_party/python/Objects/
Dcodeobject.c269 co->co_opcache_flag = 0; in PyCode_NewWithPosOnlyArgs()
639 co->co_opcache_flag = 0; in code_dealloc()
/third_party/python/Python/
Dceval.c1703 if (co->co_opcache_flag < opcache_min_runs) { in _PyEval_EvalFrameDefault()
1704 co->co_opcache_flag++; in _PyEval_EvalFrameDefault()
1705 if (co->co_opcache_flag == opcache_min_runs) { in _PyEval_EvalFrameDefault()