Searched refs:profile_key_map_ (Results 1 – 2 of 2) sorted by relevance
89 profile_key_map_(std::less<const std::string>(), allocator_.Adapter(kArenaAllocProfile)) { in ProfileCompilationInfo()96 profile_key_map_(std::less<const std::string>(), allocator_.Adapter(kArenaAllocProfile)) { in ProfileCompilationInfo()565 const auto profile_index_it = profile_key_map_.FindOrAdd(profile_key, profile_key_map_.size()); in GetOrAddDexFileData()566 if (profile_key_map_.size() > std::numeric_limits<uint8_t>::max()) { in GetOrAddDexFileData()572 profile_key_map_.erase(profile_key); in GetOrAddDexFileData()616 const auto profile_index_it = profile_key_map_.find(profile_key); in FindDexData()617 if (profile_index_it == profile_key_map_.end()) { in FindDexData()1960 DCHECK_EQ(info_.empty(), profile_key_map_.empty()); in IsEmpty()2086 if (profile_key_map_.find(new_profile_key) != profile_key_map_.end()) { in UpdateProfileKeys()2092 profile_key_map_.erase(dex_data->profile_key); in UpdateProfileKeys()[all …]
809 ArenaSafeMap<const std::string, uint8_t> profile_key_map_; variable