Home
last modified time | relevance | path

Searched refs:INLINE_CACHE_ENTRIES_PRECALL (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_code.h87 #define INLINE_CACHE_ENTRIES_PRECALL CACHE_ENTRIES(_PyPrecallCache) macro
/third_party/python/Python/
H A Dspecialize.c1457 _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_PRECALL + 1 in specialize_method_descriptor()
1634 assert(_PyOpcode_Caches[PRECALL] == INLINE_CACHE_ENTRIES_PRECALL); in _Py_Specialize_Precall()
H A Dceval.c1378 JUMPBY(INLINE_CACHE_ENTRIES_PRECALL + 1 + INLINE_CACHE_ENTRIES_CALL)
4699 JUMPBY(INLINE_CACHE_ENTRIES_PRECALL);
4715 JUMPBY(INLINE_CACHE_ENTRIES_PRECALL);
4724 JUMPBY(INLINE_CACHE_ENTRIES_PRECALL);
5200 JUMPBY(INLINE_CACHE_ENTRIES_PRECALL + 1 + INLINE_CACHE_ENTRIES_CALL + 1);

Completed in 17 milliseconds