Searched defs:ProfileIndexType (Results 1 – 3 of 3) sorted by relevance
601 /*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()
123 using ProfileIndexType = uint16_t; variable
37 using ProfileIndexType = ProfileCompilationInfo::ProfileIndexType; typedef