Home
last modified time | relevance | path

Searched refs:STORE_SLICE (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dopcode.h44 #define STORE_SLICE 40 macro
/external/python/cpython2/Doc/library/
Ddis.rst394 .. opcode:: STORE_SLICE+0 ()
399 .. opcode:: STORE_SLICE+1 ()
404 .. opcode:: STORE_SLICE+2 ()
409 .. opcode:: STORE_SLICE+3 ()
/external/python/cpython2/Python/
Dcompile.c736 case STORE_SLICE+0: in opcode_stack_effect()
738 case STORE_SLICE+1: in opcode_stack_effect()
740 case STORE_SLICE+2: in opcode_stack_effect()
742 case STORE_SLICE+3: in opcode_stack_effect()
3307 case Store: op = STORE_SLICE; break; in compiler_simple_slice()
Dceval.c1864 TARGET_WITH_IMPL_NOARG(STORE_SLICE, _store_slice) in PyEval_EvalFrameEx()
1870 if ((opcode-STORE_SLICE) & 2) in PyEval_EvalFrameEx()
1874 if ((opcode-STORE_SLICE) & 1) in PyEval_EvalFrameEx()