Searched refs:dex_profile_index_remap (Results 1 – 2 of 2) sorted by relevance
/art/libprofile/profile/ |
D | profile_compilation_info.cc | 770 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadInlineCache() argument 805 auto it = dex_profile_index_remap.find(dex_profile_index); in ReadInlineCache() 806 if (it == dex_profile_index_remap.end()) { in ReadInlineCache() 823 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadMethods() argument 847 dex_profile_index_remap, in ReadMethods() 1056 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, in ReadProfileLine() argument 1068 if (!ReadMethods(buffer, number_of_dex_files, line_header, dex_profile_index_remap, error)) { in ReadProfileLine() 1376 SafeMap<ProfileIndexType, ProfileIndexType> dex_profile_index_remap; in LoadInternal() local 1377 if (!RemapProfileIndex(profile_line_headers, filter_fn, &dex_profile_index_remap)) { in LoadInternal() 1395 dex_profile_index_remap, in LoadInternal() [all …]
|
D | profile_compilation_info.h | 875 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, 888 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap, 896 /*out*/SafeMap<ProfileIndexType, ProfileIndexType>* dex_profile_index_remap); 901 const SafeMap<ProfileIndexType, ProfileIndexType>& dex_profile_index_remap,
|