Searched refs:MAP_ADD (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 161 [MAP_ADD] = MAP_ADD, 389 [MAP_ADD] = "MAP_ADD",
|
/third_party/python/Include/ |
H A D | opcode.h | 102 #define MAP_ADD 147 macro
|
/third_party/python/Python/ |
H A D | compile.c | 969 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 D | ceval.c | 3447 TARGET(MAP_ADD) {
|
Completed in 24 milliseconds