Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h77 [BUILD_MAP] = BUILD_MAP,
347 [BUILD_MAP] = "BUILD_MAP",
/third_party/python/Include/
H A Dopcode.h65 #define BUILD_MAP 105 macro
/third_party/python/Python/
H A Dcompile.c1031 case BUILD_MAP: in stack_effect()
4576 ADDOP_I(c, BUILD_MAP, 0); in compiler_subdict()
4586 ADDOP_I(c, BUILD_MAP, n); in compiler_subdict()
4614 ADDOP_I(c, BUILD_MAP, 0); in compiler_dict()
4646 ADDOP_I(c, BUILD_MAP, 0); in compiler_dict()
5053 ADDOP_I_NOLINE(c, BUILD_MAP, 0); in compiler_subkwargs()
5064 ADDOP_I(c, BUILD_MAP, n); in compiler_subkwargs()
5177 ADDOP_I(c, BUILD_MAP, 0); in compiler_call_helper()
5490 op = BUILD_MAP; in compiler_comprehension()
6736 ADDOP_I(c, BUILD_MAP, in compiler_pattern_mapping()
[all...]
H A Dceval.c3322 TARGET(BUILD_MAP) {

Completed in 21 milliseconds