Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc798 auto info_it = profile_cache_.find(filename); in FetchAndCacheResolvedClassesAndMethods() local
799 if (info_it == profile_cache_.end()) { in FetchAndCacheResolvedClassesAndMethods()
800 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods()
805 ProfileCompilationInfo* cached_info = info_it->second; in FetchAndCacheResolvedClassesAndMethods()