Lines Matching refs:FindDexData
612 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()
2029 const DexFileData* data = FindDexData(dex_file); in GetClassDescriptors()