Searched refs:m_fast_runner (Results 1 – 1 of 1) sorted by relevance
125 ListEntry m_fast_runner; // Used for loop detection member in __anon1be7be510111::AbstractListFrontEnd169 m_fast_runner.SetEntry(nullptr); in Update()200 m_fast_runner = m_slow_runner.next(); in HasLoop()209 while (m_loop_detected < steps_to_run && m_slow_runner && m_fast_runner && in HasLoop()210 m_slow_runner != m_fast_runner) { in HasLoop()213 m_fast_runner = m_fast_runner.next().next(); in HasLoop()218 if (!m_slow_runner || !m_fast_runner) in HasLoop()220 return m_slow_runner == m_fast_runner; in HasLoop()