Searched refs:GetDexLocation (Results 1 – 5 of 5) sorted by relevance
50 const std::string& GetDexLocation() const { in GetDexLocation() function
8370 const std::string& profile_key = info.GetDexLocation(); in GetClassDescriptorsForProfileKeys()
254 << classes.GetBaseLocation() << " (" << classes.GetDexLocation() << ")"; in FetchAndCacheResolvedClassesAndMethods()258 << " (" << classes.GetDexLocation() << ")"; in FetchAndCacheResolvedClassesAndMethods()
256 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses()
1281 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()