Searched refs:slow_paths (Results 1 – 1 of 1) sorted by relevance
49 slow_paths = {} variable63 if name in slow_paths:64 assert slow_paths[name] == code, "Non-matching redefinition of " + name65 slow_paths[name] = code81 for name, slow_path in sorted(slow_paths.items()):