HomeSort by relevance Sort by last modified time
    Searched defs:ZoneList (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
zone.h 192 class ZoneList: public List<T, ZoneAllocationPolicy> {
194 // Construct a new ZoneList with the given capacity; the length is
196 ZoneList(int capacity, Zone* zone)
201 // Construct a new ZoneList by copying the elements of the given ZoneList.
202 ZoneList(const ZoneList<T>& other, Zone* zone)
  /external/v8/src/
zone.h 185 class ZoneList: public List<T, ZoneListAllocationPolicy> {
190 // Construct a new ZoneList with the given capacity; the length is
192 explicit ZoneList(int capacity)
195 // Construct a new ZoneList by copying the elements of the given ZoneList.
196 explicit ZoneList(const ZoneList<T>& other)

Completed in 42 milliseconds