Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_saver.cc102 for (auto& it : profile_cache_) { in ~ProfileSaver()
420 auto info_it = profile_cache_.find(filename); in FetchAndCacheResolvedClassesAndMethods()
421 if (info_it == profile_cache_.end()) { in FetchAndCacheResolvedClassesAndMethods()
422 info_it = profile_cache_.Put( in FetchAndCacheResolvedClassesAndMethods()
537 auto profile_cache_it = profile_cache_.find(filename); in ProcessProfilingInfo()
538 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
571 if (profile_cache_it != profile_cache_.end()) { in ProcessProfilingInfo()
573 profile_cache_.erase(profile_cache_it); in ProcessProfilingInfo()
Dprofile_saver.h134 SafeMap<std::string, ProfileCompilationInfo*> profile_cache_; variable