Home
last modified time | relevance | path

Searched refs:profile_index (Results 1 – 5 of 5) sorted by relevance

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h309 return (data != nullptr) ? data->profile_index : MaxProfileIndex();
333 DCHECK_LT(profile_index, info_.size()); in AddClass()
334 DexFileData* const data = info_[profile_index].get(); in AddClass()
394 DCHECK_LT(profile_index, info_.size()); in AddMethod()
395 DexFileData* const data = info_[profile_index].get(); in AddMethod()
516 DCHECK_LE(profile_index, info_.size()); in FindDexFileForProfileIndex()
517 const DexFileData* dex_file_data = info_[profile_index].get(); in FindDexFileForProfileIndex()
734 profile_index(index), in DexFileData()
809 ProfileIndexType profile_index; member
1074 ProfileIndexType profile_index) const { in DumpDexReference() argument
[all …]
H A Dprofile_compilation_info.cc1137 DexFileData* result = info_[profile_index].get(); in GetOrAddDexFileData()
1149 DCHECK_EQ(profile_index, result->profile_index); in GetOrAddDexFileData()
1177 DCHECK_EQ(profile_index, result->profile_index); in FindDexData()
1616 ProfileIndexType profile_index; in ReadClassesSection() local
1625 profile_index = dex_profile_index_remap[profile_index]; in ReadClassesSection()
1626 if (profile_index == MaxProfileIndex()) { in ReadClassesSection()
1652 ProfileIndexType profile_index; in ReadMethodsSection() local
1661 profile_index = dex_profile_index_remap[profile_index]; in ReadMethodsSection()
1662 if (profile_index == MaxProfileIndex()) { in ReadMethodsSection()
2481 buffer.WriteUintAndAdvance(profile_index); in WriteClasses()
[all …]
H A Dprofile_test_helper.h83 ProfileIndexType profile_index, in ProfileIndexMatchesDexFile() argument
87 return dex_file == info.FindDexFileForProfileIndex(profile_index, dex_files); in ProfileIndexMatchesDexFile()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc667 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local
669 if (profile_index == ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
683 profile_info->AddClass(profile_index, type_index); in UpdateProfile()
688 profile_info->AddClass(profile_index, class_record.type_index); in UpdateProfile()
701 profile_info->AddMethod(profile_index, method.GetDexMethodIndex(), flags); in UpdateProfile()
714 profile_info->AddMethod(profile_index, method->GetDexMethodIndex(), flags); in UpdateProfile()
725 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile() local
727 if (profile_index != ProfileCompilationInfo::MaxProfileIndex()) { in UpdateProfile()
737 profile_info->AddClass(profile_index, type_index); in UpdateProfile()
/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp5395 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkOutputsForDevice() local
5396 sp<IOProfile> profile = profiles[profile_index]; in checkOutputsForDevice()
5427 profiles.removeAt(profile_index); in checkOutputsForDevice()
5428 profile_index--; in checkOutputsForDevice()
5517 for (size_t profile_index = 0; in checkInputsForDevice() local
5519 profile_index++) { in checkInputsForDevice()
5538 for (ssize_t profile_index = 0; profile_index < (ssize_t)profiles.size(); profile_index++) { in checkInputsForDevice() local
5593 profiles.removeAt(profile_index); in checkInputsForDevice()
5594 profile_index--; in checkInputsForDevice()
5611 for (size_t profile_index = 0; in checkInputsForDevice() local
[all …]