Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dpeephole.c243 markblocks(unsigned char *code, Py_ssize_t len) in markblocks() function
352 blocks = markblocks(codestr, codelen); in PyCode_Optimize()