Home
last modified time | relevance | path

Searched refs:profile_cache_it (Results 1 – 1 of 1) sorted by relevance

/art/runtime/jit/
Dprofile_saver.cc323 auto profile_cache_it = profile_cache_.find(filename); in ProcessProfilingInfo() local
324 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
325 info.MergeWith(*(profile_cache_it->second)); in ProcessProfilingInfo()
352 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
353 ProfileCompilationInfo *cached_info = profile_cache_it->second; in ProcessProfilingInfo()
354 profile_cache_.erase(profile_cache_it); in ProcessProfilingInfo()