Home
last modified time | relevance | path

Searched refs:STORE_FAST (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/
Dopcode.h108 #define STORE_FAST 125 macro
/third_party/python/Doc/library/
Ddis.rst749 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or
807 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.
974 a proper import statement, a subsequent :opcode:`STORE_FAST` instruction
982 :opcode:`STORE_FAST` instruction.
1056 .. opcode:: STORE_FAST (var_num)
/third_party/python/Python/
Dceval.c1879 case TARGET(STORE_FAST): { in _PyEval_EvalFrameDefault()
1880 PREDICTED(STORE_FAST); in _PyEval_EvalFrameDefault()
4004 PREDICT(STORE_FAST); in _PyEval_EvalFrameDefault()
6328 case STORE_FAST: in unicode_concatenate()
Dcompile.c1130 case STORE_FAST: in stack_effect()
3743 case Store: op = STORE_FAST; break; in compiler_nameop()