Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_code.h95 } _PyLoadGlobalCache; typedef
97 #define INLINE_CACHE_ENTRIES_LOAD_GLOBAL CACHE_ENTRIES(_PyLoadGlobalCache)
/external/python/cpython3/Python/
Dspecialize.c1346 _PyLoadGlobalCache *cache = (_PyLoadGlobalCache *)(instr + 1); in _Py_Specialize_LoadGlobal()