Home
last modified time | relevance | path

Searched refs:MAP_ADD (Results 1 - 4 of 4) sorted by relevance

/third_party/python/Include/internal/
H A Dpycore_opcode.h161 [MAP_ADD] = MAP_ADD,
389 [MAP_ADD] = "MAP_ADD",
/third_party/python/Include/
H A Dopcode.h102 #define MAP_ADD 147 macro
/third_party/python/Python/
H A Dcompile.c969 case MAP_ADD: in stack_effect()
4582 ADDOP_I(c, MAP_ADD, 1); in compiler_subdict()
5060 ADDOP_I_NOLINE(c, MAP_ADD, 1); in compiler_subkwargs()
5334 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_sync_comprehension_generator()
5429 ADDOP_I(c, MAP_ADD, depth + 1); in compiler_async_comprehension_generator()
H A Dceval.c3447 TARGET(MAP_ADD) {

Completed in 23 milliseconds