Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.h695 return GetOrAddDexFileData(GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation), in GetOrAddDexFileData()
936 static std::string GetProfileDexFileAugmentedKey(const std::string& dex_location,
Dprofile_compilation_info.cc161 std::string ProfileCompilationInfo::GetProfileDexFileAugmentedKey( in GetProfileDexFileAugmentedKey() function in art::ProfileCompilationInfo
694 std::string profile_key = GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation); in FindDexDataUsingAnnotations()