Searched refs:STORE_DEREF (Results 1 – 10 of 10) sorted by relevance
146 #define STORE_DEREF 137 /* Store into cell */ macro
107 #define STORE_DEREF 137 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()
2650 case TARGET(STORE_DEREF): { in _PyEval_EvalFrameDefault()5491 case STORE_DEREF: in unicode_concatenate()
1102 case STORE_DEREF: in stack_effect()3551 op = STORE_DEREF; in compiler_nameop()
1102 .. opcode:: STORE_DEREF (i)