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

/external/chromium_org/v8/src/
H A Dhashmap.h16 class TemplateHashMapImpl { class in namespace:v8::internal
27 TemplateHashMapImpl(MatchFun match,
31 ~TemplateHashMapImpl();
95 typedef TemplateHashMapImpl<FreeStoreAllocationPolicy> HashMap;
98 TemplateHashMapImpl<AllocationPolicy>::TemplateHashMapImpl( function in class:v8::internal::TemplateHashMapImpl
106 TemplateHashMapImpl<AllocationPolicy>::~TemplateHashMapImpl() {
112 typename TemplateHashMapImpl<AllocationPolicy>::Entry*
113 TemplateHashMapImpl<AllocationPolic
[all...]
H A Dzone.h239 typedef TemplateHashMapImpl<ZoneAllocationPolicy> ZoneHashMap;

Completed in 69 milliseconds