Searched refs:STORE_FAST (Results 1 – 8 of 8) sorted by relevance
102 #define STORE_FAST 125 macro
134 #define STORE_FAST 125 /* Local variable number */ 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)
748 store it in (a) variable(s) (:opcode:`STORE_FAST`, :opcode:`STORE_NAME`, or760 :opcode:`STORE_FAST` or :opcode:`STORE_GLOBAL` if possible.927 a proper import statement, a subsequent :opcode:`STORE_FAST` instruction935 :opcode:`STORE_FAST` instruction.1009 .. 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()
1495 case TARGET(STORE_FAST): { in _PyEval_EvalFrameDefault()1496 PREDICTED(STORE_FAST); in _PyEval_EvalFrameDefault()3309 PREDICT(STORE_FAST); in _PyEval_EvalFrameDefault()5515 case STORE_FAST: in unicode_concatenate()
1048 case STORE_FAST: in stack_effect()3617 case Store: op = STORE_FAST; break; in compiler_nameop()