Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.h103 using ProfileIndexType = uint16_t; variable
299 static constexpr ProfileIndexType MaxProfileIndex() { in MaxProfileIndex()
300 return std::numeric_limits<ProfileIndexType>::max(); in MaxProfileIndex()
305 ProfileIndexType FindOrAddDexFile(
332 void AddClass(ProfileIndexType profile_index, dex::TypeIndex type_index) { in AddClass()
512 const DexFile* FindDexFileForProfileIndex(ProfileIndexType profile_index, in FindDexFileForProfileIndex()
809 ProfileIndexType profile_index;
891 /*out*/ dchecked_vector<ProfileIndexType>* dex_profile_index_remap,
903 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap,
910 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap,
[all …]
H A Dprofile_test_helper.h35 using ProfileIndexType = ProfileCompilationInfo::ProfileIndexType; variable
83 ProfileIndexType profile_index, in ProfileIndexMatchesDexFile()
H A Dprofile_compilation_info.cc1120 ProfileIndexType new_profile_index = dchecked_integral_cast<ProfileIndexType>(info_.size()); in GetOrAddDexFileData()
1136 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData()
1171 ProfileIndexType profile_index = profile_index_it->second; in FindDexData()
1497 ProfileIndexType num_dex_files; in ReadDexFilesSection()
1508 for (ProfileIndexType i = 0u; i != num_dex_files; ++i) { in ReadDexFilesSection()
1605 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap, in ReadClassesSection()
1616 ProfileIndexType profile_index; in ReadClassesSection()
1652 ProfileIndexType profile_index; in ReadMethodsSection()
1759 dchecked_vector<ProfileIndexType> dex_profile_index_remap; in LoadInternal()
1842 dchecked_vector<ProfileIndexType> dex_profile_index_remap; in MergeWith()
[all …]
H A Dprofile_compilation_info_test.cc453 sizeof(ProfileIndexType) + // number of dex files in TEST_F()
464 ProfileIndexType num_dex_files = 1u; in TEST_F()
734 for (uint16_t i = 0; i < std::numeric_limits<ProfileIndexType>::max(); i++) { in TEST_F()
747 for (uint16_t i = 0; i < std::numeric_limits<ProfileIndexType>::max(); i++) { in TEST_F()
/aosp12/art/runtime/jit/
H A Dprofile_saver.cc667 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()
725 ProfileCompilationInfo::ProfileIndexType profile_index = in UpdateProfile()