Home
last modified time | relevance | path

Searched refs:GetProfileDexFileKey (Results 1 – 4 of 4) sorted by relevance

/art/runtime/jit/
Dprofile_compilation_info.cc116 std::string ProfileCompilationInfo::GetProfileDexFileKey(const std::string& dex_location) { in GetProfileDexFileKey() function in art::ProfileCompilationInfo
474 const std::string dex_location = GetProfileDexFileKey(classes.GetDexLocation()); in AddResolvedClasses()
494 DexFileData* const data = GetOrAddDexFileData(GetProfileDexFileKey(dex_location), dex_checksum); in AddMethod()
526 GetProfileDexFileKey(dex_ref.dex_location), in AddMethod()
539 GetProfileDexFileKey(pmi.dex_file->GetLocation()), in AddMethod()
553 GetProfileDexFileKey(class_ref.dex_file->GetLocation()), in AddMethod()
990 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location)); in FindMethod()
1024 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_file.GetLocation())); in ContainsClass()
1139 std::string profile_key = GetProfileDexFileKey(dex_file.GetLocation()); in GetClassesAndMethods()
1173 key_to_dex_file.emplace(GetProfileDexFileKey(dex_file->GetLocation()), dex_file); in GetResolvedClasses()
[all …]
Dprofile_compilation_info.h101 dex_location == GetProfileDexFileKey(dex_file->GetLocation()); in MatchesDex()
265 static std::string GetProfileDexFileKey(const std::string& dex_location);
Dprofile_compilation_info_test.cc190 const std::string& dex_key = ProfileCompilationInfo::GetProfileDexFileKey( in ConvertProfileMethodInfo()
/art/dex2oat/
Ddex2oat_test.cc610 std::string profile_key = ProfileCompilationInfo::GetProfileDexFileKey(dex_location); in GenerateProfile()