Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h90 #define BUILD_MAP 105 macro
/third_party/python/Python/
Dcompile.c1083 case BUILD_MAP: in stack_effect()
4000 ADDOP_I(c, BUILD_MAP, 0); in compiler_subdict()
4010 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
4038 ADDOP_I(c, BUILD_MAP, 0); in compiler_dict()
4070 ADDOP_I(c, BUILD_MAP, 0); in compiler_dict()
4410 ADDOP_I_NOLINE(c, BUILD_MAP, 0); in compiler_subkwargs()
4421 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
4516 ADDOP_I(c, BUILD_MAP, 0); in compiler_call_helper()
4831 op = BUILD_MAP; in compiler_comprehension()
Dceval.c3243 case TARGET(BUILD_MAP): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/library/
Ddis.rst881 .. opcode:: BUILD_MAP (count)
894 The version of :opcode:`BUILD_MAP` specialized for constant keys. Pops the
/third_party/python/Misc/NEWS.d/
D3.5.1rc1.rst706 Correctly compute stack usage of the BUILD_MAP opcode.