Searched refs:LIST_APPEND (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_opcode.h | 128 [LIST_APPEND] = LIST_APPEND, 387 [LIST_APPEND] = "LIST_APPEND",
|
/third_party/python/Include/ |
H A D | opcode.h | 100 #define LIST_APPEND 145 macro
|
/third_party/python/Python/ |
H A D | compile.c | 967 case LIST_APPEND: in stack_effect() 3634 [orig, res, rest, i, v] R1: LIST_APPEND 3 ) exc raised in except* body - add to res 3646 [orig, res, rest] Ln+1: LIST_APPEND 1 ) add unhandled exc to res (could be None) 3806 ADDOP_I(c, LIST_APPEND, 3); // exc in compiler_try_star_except() 3820 ADDOP_I(c, LIST_APPEND, 1); in compiler_try_star_except() 4510 LIST_APPEND, LIST_EXTEND, 0); in compiler_list() 4526 LIST_APPEND, LIST_EXTEND, 1); in compiler_tuple() 4966 ADDOP_I(c, LIST_APPEND, 1); in compiler_joined_str() 5153 LIST_APPEND, LIST_EXTEND, 1) == 0) { in compiler_call_helper() 5323 ADDOP_I(c, LIST_APPEND, dept in compiler_sync_comprehension_generator() [all...] |
H A D | ceval.c | 2274 TARGET(LIST_APPEND) {
|
Completed in 24 milliseconds