Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc107 for (auto& it : profile_cache_) { in ~ProfileSaver()
438 auto info_it = profile_cache_.find(filename); in FetchAndCacheResolvedClassesAndMethods()
439 if (info_it == profile_cache_.end()) { in FetchAndCacheResolvedClassesAndMethods()
440 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods()
569 auto profile_cache_it = profile_cache_.find(filename); in ProcessProfilingInfo()
570 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
578 for (auto&& pair : profile_cache_) { in ProcessProfilingInfo()
608 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
610 profile_cache_.erase(profile_cache_it); in ProcessProfilingInfo()
Dprofile_saver.h137 SafeMap<std::string, ProfileCompilationInfo*> profile_cache_; variable