Searched refs:ProfileIndexType (Results 1 – 3 of 3) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info.h | 123 using ProfileIndexType = uint16_t; variable 138 ClassReference(ProfileIndexType dex_profile_idx, const dex::TypeIndex type_idx) : in ClassReference() 150 ProfileIndexType dex_profile_index; // the index of the owning dex in the profile info 665 ProfileIndexType profile_index; 854 /*out*/ProfileIndexType* number_of_dex_files, 873 ProfileIndexType number_of_dex_files, 875 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, 886 ProfileIndexType number_of_dex_files, 888 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, 896 /*out*/SafeMap<ProfileIndexType, ProfileIndexType>* dex_profile_index_remap); [all …]
|
D | profile_compilation_info.cc | 404 WriteProfileIndex(&buffer, static_cast<ProfileIndexType>(info_.size())); in Save() 555 SafeMap<ProfileIndexType, std::vector<dex::TypeIndex>> dex_to_classes_map; in AddInlineCacheToBuffer() 563 ProfileIndexType dex_profile_index = dex_it.first; in AddInlineCacheToBuffer() 585 SafeMap<ProfileIndexType, std::vector<dex::TypeIndex>> dex_to_classes_map; in GetMethodsRegionSize() 601 /*out*/SafeMap<ProfileIndexType, std::vector<dex::TypeIndex>>* dex_to_classes_map) { in GroupClassesByDex() argument 624 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData() 670 ProfileIndexType profile_index = profile_index_it->second; in FindDexData() 769 ProfileIndexType number_of_dex_files, in ReadInlineCache() 770 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadInlineCache() argument 790 ProfileIndexType dex_profile_index; in ReadInlineCache() [all …]
|
D | profile_compilation_info_test.cc | 37 using ProfileIndexType = ProfileCompilationInfo::ProfileIndexType; typedef 714 for (uint16_t i = 0; i < std::numeric_limits<ProfileIndexType>::max(); i++) { in TEST_F()
|