Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_code.h45 #define INLINE_CACHE_ENTRIES_COMPARE_OP CACHE_ENTRIES(_PyCompareOpCache) macro
/third_party/python/Python/
H A Dspecialize.c1907 assert(_PyOpcode_Caches[COMPARE_OP] == INLINE_CACHE_ENTRIES_COMPARE_OP); in _Py_Specialize_CompareOp()
1909 int next_opcode = _Py_OPCODE(instr[INLINE_CACHE_ENTRIES_COMPARE_OP + 1]); in _Py_Specialize_CompareOp()
H A Dceval.c3713 JUMPBY(INLINE_CACHE_ENTRIES_COMPARE_OP);
3749 JUMPBY(INLINE_CACHE_ENTRIES_COMPARE_OP);
3792 JUMPBY(INLINE_CACHE_ENTRIES_COMPARE_OP);
3834 JUMPBY(INLINE_CACHE_ENTRIES_COMPARE_OP);

Completed in 14 milliseconds