HomeSort by relevance Sort by last modified time
    Searched refs:profile_cache_ (Results 1 - 2 of 2) sorted by null

  /art/runtime/jit/
profile_saver.cc 107 for (auto& it : profile_cache_) {
438 auto info_it = profile_cache_.find(filename);
439 if (info_it == profile_cache_.end()) {
440 info_it = profile_cache_.Put(
569 auto profile_cache_it = profile_cache_.find(filename);
570 if (profile_cache_it != profile_cache_.end()) {
578 for (auto&& pair : profile_cache_) {
608 if (profile_cache_it != profile_cache_.end()) {
610 profile_cache_.erase(profile_cache_it);
    [all...]
profile_saver.h 101 // profile_cache_ for later save.
137 SafeMap<std::string, ProfileCompilationInfo*> profile_cache_; member in class:art::ProfileSaver

Completed in 46 milliseconds