Home
last modified time | relevance | path

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

/art/libprofile/profile/
Dprofile_compilation_info.cc1197 auto profile_index_it = profile_key_map_.lower_bound(profile_key); in GetOrAddDexFileData() local
1198 if (profile_index_it == profile_key_map_.end() || profile_index_it->first != profile_key) { in GetOrAddDexFileData()
1219 profile_index_it = profile_key_map_.PutBefore(profile_index_it, new_key, new_profile_index); in GetOrAddDexFileData()
1224 ProfileIndexType profile_index = profile_index_it->second; in GetOrAddDexFileData()
1254 const auto profile_index_it = profile_key_map_.find(profile_key); in FindDexData() local
1255 if (profile_index_it == profile_key_map_.end()) { in FindDexData()
1259 ProfileIndexType profile_index = profile_index_it->second; in FindDexData()