Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
Dpycore_code.h28 int _PyCode_InitOpcache(PyCodeObject *co);
/third_party/python/Objects/
Dcodeobject.c289 _PyCode_InitOpcache(PyCodeObject *co) in _PyCode_InitOpcache() function
/third_party/python/Python/
Dceval.c1706 if (_PyCode_InitOpcache(co) < 0) { in _PyEval_EvalFrameDefault()