Searched refs:profile_index_it (Results 1 – 1 of 1) sorted by relevance
523 const auto profile_index_it = profile_key_map_.FindOrAdd(profile_key, profile_key_map_.size()); in GetOrAddDexFileData() local534 uint8_t profile_index = profile_index_it->second; in GetOrAddDexFileData()574 const auto profile_index_it = profile_key_map_.find(profile_key); in FindDexData() local575 if (profile_index_it == profile_key_map_.end()) { in FindDexData()579 uint8_t profile_index = profile_index_it->second; in FindDexData()