Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h117 #define STORE_DEREF 137 macro
/third_party/python/Misc/NEWS.d/
D3.6.0b4.rst67 Improve speed of the STORE_DEREF opcode by 40%.
D3.7.0a1.rst1146 Improve speed of the STORE_DEREF opcode by 40%.
/third_party/python/Python/
Dceval.c3128 case TARGET(STORE_DEREF): { in _PyEval_EvalFrameDefault()
6335 case STORE_DEREF: in unicode_concatenate()
Dcompile.c1162 case STORE_DEREF: in stack_effect()
3736 case Store: op = STORE_DEREF; break; in compiler_nameop()
/third_party/python/Doc/library/
Ddis.rst1089 .. opcode:: STORE_DEREF (i)