Home
last modified time | relevance | path

Searched refs:STORE_FAST__LOAD_FAST (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h216 [STORE_FAST__LOAD_FAST] = STORE_FAST,
403 [STORE_FAST__LOAD_FAST] = "STORE_FAST__LOAD_FAST",
/third_party/python/Include/
H A Dopcode.h184 #define STORE_FAST__LOAD_FAST 161 macro
/third_party/python/Python/
H A Dspecialize.c295 STORE_FAST__LOAD_FAST); in _PyCode_Quicken()
1789 _Py_OPCODE(next) == STORE_FAST__LOAD_FAST); in _Py_Specialize_BinaryOp()
H A Dceval.c1860 TARGET(STORE_FAST__LOAD_FAST) {
2065 _Py_OPCODE(true_next) == STORE_FAST__LOAD_FAST);

Completed in 18 milliseconds