Home
last modified time | relevance | path

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

/external/v8/src/base/
Dhashmap.h28 class TemplateHashMapImpl {
39 TemplateHashMapImpl(uint32_t capacity = kDefaultHashMapCapacity,
44 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun,
48 ~TemplateHashMapImpl();
128 DISALLOW_COPY_AND_ASSIGN(TemplateHashMapImpl);
132 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::
133 TemplateHashMapImpl(uint32_t initial_capacity, MatchFun match, in TemplateHashMapImpl() function
141 TemplateHashMapImpl<Key, Value, MatchFun, AllocationPolicy>::
142 TemplateHashMapImpl(const TemplateHashMapImpl<Key, Value, MatchFun, in TemplateHashMapImpl() function
154 TemplateHashMapImpl<Key, Value, MatchFun,
[all …]
/external/v8/src/
Daddress-map.h18 : public base::TemplateHashMapImpl<uintptr_t, uint32_t,
Dkeys.cc895 base::TemplateHashMapImpl<Handle<Name>, int, NameComparator, in CollectOwnJSProxyKeys()
/external/v8/src/compiler/
Dbytecode-liveness-map.h110 base::TemplateHashMapImpl<int, BytecodeLiveness,
/external/v8/src/snapshot/
Dreferences.h153 : public base::TemplateHashMapImpl<uintptr_t, SerializerReference,
/external/v8/src/interpreter/
Dconstant-array-builder.h226 base::TemplateHashMapImpl<intptr_t, index_t,
/external/v8/src/debug/
Ddebug-coverage.cc20 : public base::TemplateHashMapImpl<SharedFunctionInfo*, uint32_t,