Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc612 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
1394 const DexFileData* dex_data = FindDexData(other_profile_line_header.dex_location, in RemapProfileIndex()
1482 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1515 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key, in MergeWith()
1556 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
1558 return FindDexData(GetProfileDexFileKey(dex_file->GetLocation()), in FindDexData()
1564 const DexFileData* dex_data = FindDexData(method_ref.dex_file); in GetMethodHotness()
1585 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location), dex_checksum); in GetMethodHotness()
1614 const DexFileData* dex_data = FindDexData(&dex_file); in ContainsClass()
1747 const DexFileData* dex_data = FindDexData(&dex_file); in GetClassesAndMethods()
[all …]
Dprofile_compilation_info.h587 const DexFileData* FindDexData(const std::string& profile_key,
593 const DexFileData* FindDexData(const DexFile* dex_file) const;