Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.h62 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::CustomMatcherHashMap hash_map_; variable
/external/v8/src/compiler/
Dstate-values-utils.cc15 hash_map_(AreKeysEqual, ZoneHashMap::kDefaultHashMapCapacity, in StateValuesCache()
122 hash_map_.LookupOrInsert(&key, hash, ZoneAllocationPolicy(zone())); in GetValuesNodeFromCache()
Dstate-values-utils.h79 CustomMatcherZoneHashMap hash_map_; variable