Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc661 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
695 return FindDexData(profile_key, dex_file->GetLocationChecksum()); in FindDexDataUsingAnnotations()
1428 const DexFileData* dex_data = FindDexData(other_profile_line_header.profile_key, in RemapProfileIndex()
1521 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1554 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key, in MergeWith()
Dprofile_compilation_info.h706 const DexFileData* FindDexData(const std::string& profile_key,