Searched refs:MAP_ADD (Results 1 – 8 of 8) sorted by relevance
118 #define MAP_ADD 147 macro
160 #define MAP_ADD 147 macro
646 .. opcode:: MAP_ADD (i)655 For all of the :opcode:`SET_ADD`, :opcode:`LIST_APPEND` and :opcode:`MAP_ADD`
710 case MAP_ADD: in opcode_stack_effect()2725 ADDOP_I(c, MAP_ADD, gen_index + 1); in compiler_comprehension_generator()
2534 TARGET(MAP_ADD) in PyEval_EvalFrameEx()
901 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()
2974 case TARGET(MAP_ADD): { in _PyEval_EvalFrameDefault()
2160 * The :opcode:`MAP_ADD` now expects the value as the first element in the