Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1162 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
1196 return FindDexData(profile_key, dex_file->GetLocationChecksum()); in FindDexDataUsingAnnotations()
1823 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1878 DCHECK_EQ(dex_data, FindDexData(other_dex_data->profile_key, other_dex_data->checksum)); in MergeWith()
Dprofile_compilation_info.h856 const DexFileData* FindDexData(const std::string& profile_key,