Searched refs:removed_it (Results 1 – 1 of 1) sorted by relevance
307 auto removed_it = removed_entries.begin(); in MaybePackJitMiniDebugInfo() local319 while (removed_it != removed_entries.end() && in MaybePackJitMiniDebugInfo()320 AlignDown(*removed_it, kGroupSize) == group_ptr) { in MaybePackJitMiniDebugInfo()321 removed_symbols.push_back(*(removed_it++)); in MaybePackJitMiniDebugInfo()356 CHECK(removed_it == removed_entries.end()); in MaybePackJitMiniDebugInfo()