Searched refs:TemplateHashMapImpl (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/base/ |
D | hashmap.h | 28 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/ |
D | address-map.h | 18 : public base::TemplateHashMapImpl<uintptr_t, uint32_t,
|
D | keys.cc | 895 base::TemplateHashMapImpl<Handle<Name>, int, NameComparator, in CollectOwnJSProxyKeys()
|
/external/v8/src/compiler/ |
D | bytecode-liveness-map.h | 110 base::TemplateHashMapImpl<int, BytecodeLiveness,
|
/external/v8/src/snapshot/ |
D | references.h | 153 : public base::TemplateHashMapImpl<uintptr_t, SerializerReference,
|
/external/v8/src/interpreter/ |
D | constant-array-builder.h | 226 base::TemplateHashMapImpl<intptr_t, index_t,
|
/external/v8/src/debug/ |
D | debug-coverage.cc | 20 : public base::TemplateHashMapImpl<SharedFunctionInfo*, uint32_t,
|