Home
last modified time | relevance | path

Searched defs:ProfileIndexType (Results 1 – 3 of 3) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc601 /*out*/SafeMap<ProfileIndexType, std::vector<dex::TypeIndex>>* dex_to_classes_map) { in GroupClassesByDex()
770 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadInlineCache()
823 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadMethods()
1056 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadProfileLine()
1417 /*out*/SafeMap<ProfileIndexType, ProfileIndexType>* dex_profile_index_remap) { in RemapProfileIndex()
Dprofile_compilation_info.h123 using ProfileIndexType = uint16_t; variable
Dprofile_compilation_info_test.cc37 using ProfileIndexType = ProfileCompilationInfo::ProfileIndexType; typedef