Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dopcode.h160 #define MAP_ADD 147 macro
/external/python/cpython3/Include/
Dopcode.h116 #define MAP_ADD 147 macro
/external/python/cpython3/Doc/library/
Ddis.rst629 .. opcode:: MAP_ADD (i)
636 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
/external/python/cpython3/Python/
Dcompile.c900 case MAP_ADD: in stack_effect()
3890 ADDOP_I(c, MAP_ADD, gen_index + 1); in compiler_sync_comprehension_generator()
4008 ADDOP_I(c, MAP_ADD, gen_index + 1); in compiler_async_comprehension_generator()
Dceval.c2553 TARGET(MAP_ADD) { in _PyEval_EvalFrameDefault()
/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()