Searched refs:hash_map_ (Results 1 – 4 of 4) sorted by relevance
62 CounterMap(): hash_map_(Match) { } in CounterMap()65 hash_map_.Lookup(const_cast<char*>(name), Hash(name)); in Lookup()71 hash_map_.LookupOrInsert(const_cast<char*>(name), Hash(name)); in Set()78 : map_(&map->hash_map_), entry_(map_->Start()) { } in Iterator()91 base::HashMap hash_map_; variable
13 hash_map_(AreKeysEqual, ZoneHashMap::kDefaultHashMapCapacity, in StateValuesCache()108 hash_map_.LookupOrInsert(&key, hash, ZoneAllocationPolicy(zone())); in GetValuesNodeFromCache()
58 ZoneHashMap hash_map_; variable
133 hash_map_(base::HashMap::PointersMatch, in FeedbackVectorSlotCache()138 ZoneHashMap::Entry* entry = hash_map_.LookupOrInsert( in Put()144 return hash_map_.Lookup(variable, ComputePointerHash(variable)); in Get()149 ZoneHashMap hash_map_; variable