Searched refs:STORE_DEREF (Results 1 – 10 of 10) sorted by relevance
146 #define STORE_DEREF 137 /* Store into cell */ macro
108 #define STORE_DEREF 137 macro
67 Improve speed of the STORE_DEREF opcode by 40%.
1147 Improve speed of the STORE_DEREF opcode by 40%.
786 .. opcode:: STORE_DEREF (i)
909 case STORE_DEREF: in opcode_stack_effect()2364 case Store: op = STORE_DEREF; break; in compiler_nameop()
2453 TARGET(STORE_DEREF) in PyEval_EvalFrameEx()5182 case STORE_DEREF: in string_concatenate()
2231 TARGET(STORE_DEREF) { in _PyEval_EvalFrameDefault()5028 case STORE_DEREF: in unicode_concatenate()
1091 case STORE_DEREF: in stack_effect()3216 case Store: op = STORE_DEREF; break; in compiler_nameop()
1046 .. opcode:: STORE_DEREF (i)