Home
last modified time | relevance | path

Searched refs:MAP_ADD (Results 1 – 8 of 8) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h118 #define MAP_ADD 147 macro
/external/python/cpython2/Include/
Dopcode.h160 #define MAP_ADD 147 macro
/external/python/cpython3/Doc/library/
Ddis.rst646 .. opcode:: MAP_ADD (i)
655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
/external/python/cpython2/Python/
Dcompile.c710 case MAP_ADD: in opcode_stack_effect()
2725 ADDOP_I(c, MAP_ADD, gen_index + 1); in compiler_comprehension_generator()
Dceval.c2534 TARGET(MAP_ADD) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c901 case MAP_ADD: in stack_effect()
4494 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_sync_comprehension_generator()
4587 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_async_comprehension_generator()
Dceval.c2974 case TARGET(MAP_ADD): { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Doc/whatsnew/
D3.8.rst2160 * The :opcode:`MAP_ADD` now expects the value as the first element in the