Searched refs:BUILD_MAP (Results 1 – 10 of 10) sorted by relevance
112 #define BUILD_MAP 105 /* Always zero for now */ macro
83 #define BUILD_MAP 105 macro
825 .. opcode:: BUILD_MAP (count)838 The version of :opcode:`BUILD_MAP` specialized for constant keys. *count*
846 case BUILD_MAP: in opcode_stack_effect()2760 op = BUILD_MAP; in compiler_comprehension()2987 ADDOP_I(c, BUILD_MAP, (n>0xFFFF ? 0xFFFF : n)); in compiler_visit_expr()
2512 TARGET(BUILD_MAP) in PyEval_EvalFrameEx()
1017 case BUILD_MAP: in stack_effect()3453 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()3665 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()4068 op = BUILD_MAP; in compiler_comprehension()
2365 TARGET(BUILD_MAP) { in _PyEval_EvalFrameDefault()
657 .. opcode:: BUILD_MAP (count)
706 Correctly compute stack usage of the BUILD_MAP opcode.
408 oparg for BUILD_MAP now indicates an estimated dictionary size. There is a