Searched refs:STORE_FAST (Results 1 – 8 of 8) sorted by relevance
134 #define STORE_FAST 125 /* Local variable number */ macro
99 #define STORE_FAST 125 macro
552 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or586 :attr:`co_names` of the code object. The compiler tries to use ``STORE_FAST``679 a proper import statement, a subsequent ``STORE_FAST`` instruction modifies687 ``STORE_FAST`` instruction.762 .. opcode:: STORE_FAST (var_num)
769 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or810 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.985 a proper import statement, a subsequent :opcode:`STORE_FAST` instruction993 :opcode:`STORE_FAST` instruction.1069 .. opcode:: STORE_FAST (var_num)
1243 PREDICTED_WITH_ARG(STORE_FAST); in PyEval_EvalFrameEx()1244 TARGET(STORE_FAST) in PyEval_EvalFrameEx()2831 PREDICT(STORE_FAST); in PyEval_EvalFrameEx()5174 case STORE_FAST: in string_concatenate()
879 case STORE_FAST: in opcode_stack_effect()2385 case Store: op = STORE_FAST; break; in compiler_nameop()
1354 case TARGET(STORE_FAST): { in _PyEval_EvalFrameDefault()1355 PREDICTED(STORE_FAST); in _PyEval_EvalFrameDefault()3205 PREDICT(STORE_FAST); in _PyEval_EvalFrameDefault()5484 case STORE_FAST: in unicode_concatenate()
1070 case STORE_FAST: in stack_effect()3568 op = STORE_FAST; in compiler_nameop()