Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/zone/
Dzone-list.h35 ZoneList(int capacity, Zone* zone) : capacity_(capacity) { in ZoneList() function
41 ZoneList(const ZoneList<T>& other, Zone* zone) in ZoneList() function
47 ZoneList(const base::Vector<const T>& other, Zone* zone) in ZoneList() function
52 ZoneList(ZoneList<T>&& other) V8_NOEXCEPT { *this = std::move(other); } in ZoneList() function
Dzone-type-traits.h18 class ZoneList; variable
/third_party/node/deps/v8/src/utils/
Dscoped-list.h23 class ZoneList; variable