Home
last modified time | relevance | path

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

/third_party/python/Python/
Dcompile.c7796 int max_const_index = 0; in trim_unused_consts() local
7800 b->b_instr[i].i_oparg > max_const_index) { in trim_unused_consts()
7801 max_const_index = b->b_instr[i].i_oparg; in trim_unused_consts()
7805 if (max_const_index+1 < PyList_GET_SIZE(consts)) { in trim_unused_consts()
7808 if (PyList_SetSlice(consts, max_const_index+1, in trim_unused_consts()