Searched refs:dex_profile_index_remap (Results 1 – 2 of 2) sorted by relevance
1607 /*out*/ dchecked_vector<ProfileIndexType>* dex_profile_index_remap, in ReadDexFilesSection() argument1626 DCHECK(dex_profile_index_remap->empty()); in ReadDexFilesSection()1648 dex_profile_index_remap->push_back(MaxProfileIndex()); in ReadDexFilesSection()1661 dex_profile_index_remap->push_back(data->profile_index); in ReadDexFilesSection()1724 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap, in ReadClassesSection() argument1740 if (profile_index >= dex_profile_index_remap.size()) { in ReadClassesSection()1744 profile_index = dex_profile_index_remap[profile_index]; in ReadClassesSection()1760 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap, in ReadMethodsSection() argument1776 if (profile_index >= dex_profile_index_remap.size()) { in ReadMethodsSection()1780 profile_index = dex_profile_index_remap[profile_index]; in ReadMethodsSection()[all …]
999 /*out*/ dchecked_vector<ProfileIndexType>* dex_profile_index_remap,1011 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap,1018 const dchecked_vector<ProfileIndexType>& dex_profile_index_remap,