Home
last modified time | relevance | path

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

/aosp12/art/libprofile/profile/
H A Dprofile_compilation_info.cc1109 auto profile_index_it = profile_key_map_.lower_bound(profile_key); in GetOrAddDexFileData() local
1110 if (profile_index_it == profile_key_map_.end() || profile_index_it->first != profile_key) { in GetOrAddDexFileData()
1131 profile_index_it = profile_key_map_.PutBefore(profile_index_it, new_key, new_profile_index); in GetOrAddDexFileData()
1136 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData()
1166 const auto profile_index_it = profile_key_map_.find(profile_key); in FindDexData() local
1167 if (profile_index_it == profile_key_map_.end()) { in FindDexData()
1171 ProfileIndexType profile_index = profile_index_it->second; in FindDexData()