Home
last modified time | relevance | path

Searched refs:GetOrAddDexFileData (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/art/libprofile/profile/
H A Dprofile_compilation_info.h317 DexFileData* data = GetOrAddDexFileData(&dex_file, annotation);
363 DexFileData* const data = GetOrAddDexFileData(&dex_file, annotation);
387 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
421 DexFileData* data = GetOrAddDexFileData(dex_file, annotation);
961 DexFileData* GetOrAddDexFileData(const std::string& profile_key,
966 DexFileData* GetOrAddDexFileData(const DexFile* dex_file, in GetOrAddDexFileData() function
968 return GetOrAddDexFileData(GetProfileDexFileAugmentedKey(dex_file->GetLocation(), annotation), in GetOrAddDexFileData()
H A Dprofile_compilation_info.cc734 DexFileData* const data = GetOrAddDexFileData(&dex_file, annotation); in AddClass()
1223 ProfileCompilationInfo::DexFileData* ProfileCompilationInfo::GetOrAddDexFileData( in GetOrAddDexFileData() function in art::ProfileCompilationInfo
1354 DexFileData* const data = GetOrAddDexFileData(pmi.ref.dex_file, annotation); in AddMethod()
1683 DexFileData* data = GetOrAddDexFileData(profile_key, checksum, num_type_ids, num_method_ids); in ReadDexFilesSection()
1999 const DexFileData* dex_data = GetOrAddDexFileData(other_dex_data->profile_key, in MergeWith()
2322 info.GetOrAddDexFileData(profile_key, /*checksum=*/ 0, max_classes, max_methods); in GenerateTestProfile()
2375 DexFileData* const data = info.GetOrAddDexFileData( in GenerateTestProfile()
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv81442[email protected],Verify the checksum before DCHECKS in ProfileCompilationInfo::GetOrAddDexFileData