Home
last modified time | relevance | path

Searched refs:BINARY_SUBSCR (Results 1 – 11 of 11) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h28 #define BINARY_SUBSCR 25 macro
/external/python/cpython2/Include/
Dopcode.h32 #define BINARY_SUBSCR 25 macro
/external/python/cpython2/Python/
Dpeephole.c130 case BINARY_SUBSCR: in fold_binops_on_constants()
476 case BINARY_SUBSCR: in PyCode_Optimize()
Dcompile.c719 case BINARY_SUBSCR: in opcode_stack_effect()
3220 case Load: op = BINARY_SUBSCR; break; in compiler_handle_subscr()
Dceval.c1533 TARGET_NOARG(BINARY_SUBSCR) in PyEval_EvalFrameEx()
/external/python/cpython2/Doc/library/
Ddis.rst267 .. opcode:: BINARY_SUBSCR ()
/external/python/cpython3/Python/
Dcompile.c911 case BINARY_SUBSCR: in stack_effect()
5153 ADDOP(c, BINARY_SUBSCR); in compiler_augassign()
5384 case Load: op = BINARY_SUBSCR; break; in compiler_subscript()
Dceval.c1722 case TARGET(BINARY_SUBSCR): { in _PyEval_EvalFrameDefault()
/external/python/cpython2/Misc/NEWS.d/
D2.7.2rc1.rst93 and wide builds while optimizing BINARY_SUBSCR on non-BMP chars (e.g.
/external/python/cpython3/Doc/library/
Ddis.rst456 .. opcode:: BINARY_SUBSCR
/external/python/cpython3/Misc/
DHISTORY8603 between narrow and wide builds while optimizing BINARY_SUBSCR on non-BMP