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

/external/chromium_org/v8/src/
H A Dhashmap.h17 class TemplateHashMapImpl { class in namespace:v8::internal
28 TemplateHashMapImpl(MatchFun match,
32 ~TemplateHashMapImpl();
96 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
99 TemplateHashMapImpl<AllocationPolicy>::TemplateHashMapImpl( function in class:v8::internal::TemplateHashMapImpl
107 TemplateHashMapImpl<AllocationPolicy>::~TemplateHashMapImpl() {
113 typename TemplateHashMapImpl<AllocationPolicy>::Entry*
114 TemplateHashMapImpl<AllocationPolic
[all...]
H A Dzone.h245 typedef TemplateHashMapImpl<ZoneAllocationPolicy> ZoneHashMap;

Completed in 68 milliseconds