Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_code.h31 #define INLINE_CACHE_ENTRIES_BINARY_OP CACHE_ENTRIES(_PyBinaryOpCache) macro
/third_party/python/Python/
H A Dceval.c1974 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
1995 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
2014 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
2034 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
2053 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
2063 _Py_CODEUNIT true_next = next_instr[INLINE_CACHE_ENTRIES_BINARY_OP];
2089 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP + 1);
2110 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
2129 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
5560 JUMPBY(INLINE_CACHE_ENTRIES_BINARY_OP);
[all...]
H A Dspecialize.c1778 assert(_PyOpcode_Caches[BINARY_OP] == INLINE_CACHE_ENTRIES_BINARY_OP); in _Py_Specialize_BinaryOp()
1787 _Py_CODEUNIT next = instr[INLINE_CACHE_ENTRIES_BINARY_OP + 1]; in _Py_Specialize_BinaryOp()

Completed in 13 milliseconds