Home
last modified time | relevance | path

Searched refs:STORE_DEREF (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h146 #define STORE_DEREF 137 /* Store into cell */ macro
/external/python/cpython3/Include/
Dopcode.h108 #define STORE_DEREF 137 macro
/external/python/cpython3/Misc/NEWS.d/
D3.6.0b4.rst67 Improve speed of the STORE_DEREF opcode by 40%.
D3.7.0a1.rst1147 Improve speed of the STORE_DEREF opcode by 40%.
/external/python/cpython2/Doc/library/
Ddis.rst786 .. opcode:: STORE_DEREF (i)
/external/python/cpython2/Python/
Dcompile.c909 case STORE_DEREF: in opcode_stack_effect()
2364 case Store: op = STORE_DEREF; break; in compiler_nameop()
Dceval.c2453 TARGET(STORE_DEREF) in PyEval_EvalFrameEx()
5182 case STORE_DEREF: in string_concatenate()
/external/python/cpython3/Python/
Dceval.c2231 TARGET(STORE_DEREF) { in _PyEval_EvalFrameDefault()
5028 case STORE_DEREF: in unicode_concatenate()
Dcompile.c1091 case STORE_DEREF: in stack_effect()
3216 case Store: op = STORE_DEREF; break; in compiler_nameop()
/external/python/cpython3/Doc/library/
Ddis.rst1046 .. opcode:: STORE_DEREF (i)