Searched refs:STORE_FAST (Results 1 – 4 of 4) sorted by relevance
108 #define STORE_FAST 125 macro
749 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or807 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.974 a proper import statement, a subsequent :opcode:`STORE_FAST` instruction982 :opcode:`STORE_FAST` instruction.1056 .. opcode:: STORE_FAST (var_num)
1879 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()
1130 case STORE_FAST: in stack_effect()3743 case Store: op = STORE_FAST; break; in compiler_nameop()