Home
last modified time | relevance | path

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

/external/v8/src/compiler/
Drefs-map.cc11 using UnderlyingMap = typedef
16 : UnderlyingMap(capacity, match, ZoneAllocationPolicy(zone)) {} in RefsMap()
19 : UnderlyingMap(other, ZoneAllocationPolicy(zone)) {} in RefsMap()
22 return UnderlyingMap::Lookup(key, Hash(key)); in Lookup()
26 return UnderlyingMap::LookupOrInsert(key, RefsMap::Hash(key), in LookupOrInsert()