Searched defs:AddAll (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | zone.h | 195 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll() function 198 void AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
|
D | list-inl.h | 28 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
|
D | bit-vector.h | 106 void AddAll() { memset(data_, -1, sizeof(uintptr_t) * data_length_); } in AddAll() function
|