Searched refs:BUILD_SLICE (Results 1 – 9 of 9) sorted by relevance
141 #define BUILD_SLICE 133 /* Number of items */ macro
105 #define BUILD_SLICE 133 macro
755 def BUILD_SLICE(self, argc): member in StackDepthTracker
831 .. opcode:: BUILD_SLICE (argc)
897 case BUILD_SLICE: in opcode_stack_effect()3265 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
3122 TARGET(BUILD_SLICE) in PyEval_EvalFrameEx()
1153 .. opcode:: BUILD_SLICE (argc)
1079 case BUILD_SLICE: in stack_effect()4878 ADDOP_I(c, BUILD_SLICE, n); in compiler_slice()
3236 TARGET(BUILD_SLICE) { in _PyEval_EvalFrameDefault()