Home
last modified time | relevance | path

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

/external/v8/src/
Dhashmap.h17 class TemplateHashMapImpl {
28 TemplateHashMapImpl(MatchFun match,
32 ~TemplateHashMapImpl();
96 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
99 TemplateHashMapImpl<AllocationPolicy>::TemplateHashMapImpl( in TemplateHashMapImpl() function
107 TemplateHashMapImpl<AllocationPolicy>::~TemplateHashMapImpl() { in ~TemplateHashMapImpl()
113 typename TemplateHashMapImpl<AllocationPolicy>::Entry*
114 TemplateHashMapImpl<AllocationPolicy>::Lookup( in Lookup()
145 void* TemplateHashMapImpl<AllocationPolicy>::Remove(void* key, uint32_t hash) { in Remove()
207 void TemplateHashMapImpl<AllocationPolicy>::Clear() { in Clear()
[all …]
Dzone.h245 typedef TemplateHashMapImpl<ZoneAllocationPolicy> ZoneHashMap;