Home
last modified time | relevance | path

Searched refs:BUILD_MAP (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h112 #define BUILD_MAP 105 /* Always zero for now */ macro
/external/python/cpython3/Include/
Dopcode.h83 #define BUILD_MAP 105 macro
/external/python/cpython3/Doc/library/
Ddis.rst825 .. opcode:: BUILD_MAP (count)
838 The version of :opcode:`BUILD_MAP` specialized for constant keys. *count*
/external/python/cpython2/Python/
Dcompile.c846 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()
Dceval.c2512 TARGET(BUILD_MAP) in PyEval_EvalFrameEx()
/external/python/cpython3/Python/
Dcompile.c1017 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()
Dceval.c2365 TARGET(BUILD_MAP) { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Doc/library/
Ddis.rst657 .. opcode:: BUILD_MAP (count)
/external/python/cpython3/Misc/NEWS.d/
D3.5.1rc1.rst706 Correctly compute stack usage of the BUILD_MAP opcode.
/external/python/cpython2/Misc/NEWS.d/
D2.6a1.rst408 oparg for BUILD_MAP now indicates an estimated dictionary size. There is a