Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_opcode.h81 [BUILD_TUPLE] = BUILD_TUPLE,
344 [BUILD_TUPLE] = "BUILD_TUPLE",
/third_party/python/Include/
H A Dopcode.h62 #define BUILD_TUPLE 102 macro
/third_party/python/Python/
H A Dcompile.c1026 case BUILD_TUPLE: in stack_effect()
2307 ADDOP_I(c, BUILD_TUPLE, co->co_nfreevars); in compiler_make_closure()
2498 ADDOP_I(c, BUILD_TUPLE, annotations_len); in compiler_visit_annotations()
2509 ADDOP_I(c, BUILD_TUPLE, asdl_seq_LEN(args->defaults)); in compiler_visit_defaults()
4427 ADDOP_I(c, BUILD_TUPLE, n+pushed); in starunpack_helper()
6709 ADDOP_I(c, BUILD_TUPLE, size); in compiler_pattern_mapping()
8528 /* Replace LOAD_CONST c1, LOAD_CONST c2 ... LOAD_CONST cn, BUILD_TUPLE n
8541 assert(inst[n].i_opcode == BUILD_TUPLE); in fold_tuple_on_constants()
8899 Skip over BUILD_TUPLE(1) UNPACK_SEQUENCE(1). in optimize_basic_block()
8900 Replace BUILD_TUPLE( in optimize_basic_block()
[all...]
H A Dceval.c3234 TARGET(BUILD_TUPLE) {

Completed in 23 milliseconds