Searched defs:ZoneList (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dzone.h177 class ZoneList: public List<T, ZoneListAllocationPolicy> { class in namespace:v8::internal
179 // Construct a new ZoneList with the given capacity; the length is
181 explicit ZoneList(int capacity) function in class:v8::internal::ZoneList
184 // Construct a new ZoneList by copying the elements of the given ZoneList.
185 explicit ZoneList(const ZoneList<T>& other) function in class:v8::internal::ZoneList
193 typedef ZoneList<Handle<Map> > ZoneMapList;

Completed in 49 milliseconds