Home
last modified time | relevance | path

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

/art/runtime/jit/
Dprofile_compilation_info.cc459 const ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::FindDexData( in FindDexData() function in art::ProfileCompilationInfo
910 const DexFileData* dex_data = FindDexData(other_dex_data->profile_key); in MergeWith()
940 DexFileData* dex_data = const_cast<DexFileData*>(FindDexData(other_dex_data->profile_key)); in MergeWith()
990 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_location)); in FindMethod()
1024 const DexFileData* dex_data = FindDexData(GetProfileDexFileKey(dex_file.GetLocation())); in ContainsClass()
1140 const DexFileData* dex_data = FindDexData(profile_key); in GetClassesAndMethods()
Dprofile_compilation_info.h372 const DexFileData* FindDexData(const std::string& profile_key) const;