Home
last modified time | relevance | path

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

/art/runtime/
Ddex_cache_resolved_classes.h50 const std::string& GetDexLocation() const { in GetDexLocation() function
Dclass_linker.cc8370 const std::string& profile_key = info.GetDexLocation(); in GetClassDescriptorsForProfileKeys()
/art/runtime/jit/
Dprofile_saver.cc254 << classes.GetBaseLocation() << " (" << classes.GetDexLocation() << ")"; in FetchAndCacheResolvedClassesAndMethods()
258 << " (" << classes.GetDexLocation() << ")"; in FetchAndCacheResolvedClassesAndMethods()
Doffline_profiling_info.cc256 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses()
/art/dex2oat/
Ddex2oat.cc1281 if (dex_files_locations.find(it->GetDexLocation()) == dex_files_locations.end()) { in LoadClassProfileDescriptors()
1282 VLOG(compiler) << "Removed profile samples for non-app dex file " << it->GetDexLocation(); in LoadClassProfileDescriptors()