Searched refs:new_cache_entries_cursor (Results 1 – 1 of 1) sorted by relevance
1224 int new_cache_entries_cursor = 0; in GetCommonDominator() local1231 } else if (new_cache_entries_cursor < kMaxNewCacheEntries) { in GetCommonDominator()1232 new_cache_entries[new_cache_entries_cursor++] = b1->id().ToInt(); in GetCommonDominator()1233 new_cache_entries[new_cache_entries_cursor++] = b2->id().ToInt(); in GetCommonDominator()1244 for (int i = 0; i < new_cache_entries_cursor;) { in GetCommonDominator()