Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_code.h21 int _PyCode_InitOpcache(PyCodeObject *co);
/external/python/cpython3/Objects/
Dcodeobject.c281 _PyCode_InitOpcache(PyCodeObject *co) in _PyCode_InitOpcache() function
/external/python/cpython3/Python/
Dceval.c1337 if (_PyCode_InitOpcache(co) < 0) { in _PyEval_EvalFrameDefault()