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

/external/chromium_org/v8/src/
H A Dzone.h180 class ZoneList: public List<T, ZoneAllocationPolicy> { class in namespace:v8::internal
182 // Construct a new ZoneList with the given capacity; the length is
184 ZoneList(int capacity, Zone* zone) function in class:v8::internal::ZoneList
189 // Construct a new ZoneList by copying the elements of the given ZoneList.
190 ZoneList(const ZoneList<T>& other, Zone* zone) function in class:v8::internal::ZoneList

Completed in 67 milliseconds