Home
last modified time | relevance | path

Searched refs:dex_profile_index_remap (Results 1 – 2 of 2) sorted by relevance

/art/libprofile/profile/
Dprofile_compilation_info.cc1607 /*out*/ dchecked_vector<ProfileIndexType>* dex_profile_index_remap, in ReadDexFilesSection() argument
1626 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() argument
1740 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() argument
1776 if (profile_index >= dex_profile_index_remap.size()) { in ReadMethodsSection()
1780 profile_index = dex_profile_index_remap[profile_index]; in ReadMethodsSection()
[all …]
Dprofile_compilation_info.h999 /*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,