Searched refs:escapeHatch (Results 1 – 4 of 4) sorted by relevance
1402 int escapeHatch = 100000; // defend against infinite loops in spansNearby() local1420 if (--escapeHatch <= 0) { in spansNearby()1439 int escapeHatch = 9999; // the largest count for a regular test is 50; for a fuzzer, 500 in moveNearby() local1444 if (!--escapeHatch) { in moveNearby()
285 int escapeHatch = 100000; // this is 100 times larger than the debugLoopLimit test in addEndMovedSpans() local287 if (--escapeHatch <= 0) { in addEndMovedSpans()