Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc570 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
1169 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key, in MergeWith()
1202 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key, in MergeWith()
1240 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
1242 return FindDexData(GetProfileDexFileKey(dex_file->GetLocation()), in FindDexData()
1248 const DexFileData* dex_data = FindDexData(method_ref.dex_file); in GetMethodHotness()
1270 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location), dex_checksum); in GetMethodHotness()
1299 const DexFileData* dex_data = FindDexData(&dex_file); in ContainsClass()
1428 const DexFileData* dex_data = FindDexData(&dex_file); in GetClassesAndMethods()
1672 const DexFileData* data = FindDexData(dex_file); in GetClassDescriptors()
Dprofile_compilation_info.h518 const DexFileData* FindDexData(const std::string& profile_key,
524 const DexFileData* FindDexData(const DexFile* dex_file) const;