Searched refs:profile_index_it (Results 1 – 1 of 1) sorted by relevance
1197 auto profile_index_it = profile_key_map_.lower_bound(profile_key); in GetOrAddDexFileData() local1198 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() local1255 if (profile_index_it == profile_key_map_.end()) { in FindDexData()1259 ProfileIndexType profile_index = profile_index_it->second; in FindDexData()