Searched refs:profile_cache_it (Results 1 – 1 of 1) sorted by relevance
864 auto profile_cache_it = profile_cache_.find(filename); in ProcessProfilingInfo() local865 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()866 if (!info.MergeWith(*(profile_cache_it->second))) { in ProcessProfilingInfo()903 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()904 ProfileCompilationInfo *cached_info = profile_cache_it->second; in ProcessProfilingInfo()905 profile_cache_.erase(profile_cache_it); in ProcessProfilingInfo()