Home
last modified time | relevance | path

Searched refs:DUP_TOP_TWO (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython3/Include/
Dopcode.h14 #define DUP_TOP_TWO 5 macro
/external/python/cpython3/Doc/library/
Ddis.rst345 .. opcode:: DUP_TOP_TWO
/external/python/cpython3/Python/
Dcompile.c887 case DUP_TOP_TWO: in stack_effect()
4844 ADDOP(c, DUP_TOP_TWO); in compiler_handle_subscr()
Dceval.c1133 TARGET(DUP_TOP_TWO) { in _PyEval_EvalFrameDefault()
/external/python/cpython3/Misc/
DHISTORY12258 the new (and simpler) DUP_TOP_TWO. Performance isn't changed, but our