Home
last modified time | relevance | path

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

/external/v8/src/
Dzone.h195 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll() function
198 void AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
Dlist-inl.h28 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll() function
34 void List<T, P>::AddAll(const Vector<T>& other, P alloc) { in AddAll() function
Dbit-vector.h106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); } in AddAll() function