Home
last modified time | relevance | path

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

/external/python/cpython2/Python/
Dcompile.c3430 int i, target_depth; in stackdepth_walk() local
3443 target_depth = depth; in stackdepth_walk()
3445 target_depth = depth-2; in stackdepth_walk()
3449 target_depth = depth+3; in stackdepth_walk()
3450 if (target_depth > maxdepth) in stackdepth_walk()
3451 maxdepth = target_depth; in stackdepth_walk()
3457 target_depth, maxdepth); in stackdepth_walk()