Searched refs:STORE_DEREF (Results 1 – 10 of 10) sorted by relevance
110 #define STORE_DEREF 137 macro
146 #define STORE_DEREF 137 /* Store into cell */ macro
67 Improve speed of the STORE_DEREF opcode by 40%.
1146 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()
2713 case TARGET(STORE_DEREF): { in _PyEval_EvalFrameDefault()5522 case STORE_DEREF: in unicode_concatenate()
1080 case STORE_DEREF: in stack_effect()3610 case Store: op = STORE_DEREF; break; in compiler_nameop()
1042 .. opcode:: STORE_DEREF (i)