Home
last modified time | relevance | path

Searched refs:_PyOpcache_LoadGlobal (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/internal/
Dpycore_code.h11 } _PyOpcache_LoadGlobal; typedef
15 _PyOpcache_LoadGlobal lg;
/external/python/cpython3/Python/
Dceval.c2551 _PyOpcache_LoadGlobal *lg = &co_opcache->u.lg; in _PyEval_EvalFrameDefault()
2582 _PyOpcache_LoadGlobal *lg = &co_opcache->u.lg; in _PyEval_EvalFrameDefault()