Searched defs:AddAll (Results 1 – 3 of 3) sorted by relevance
| /external/v8/src/zone/ |
| D | zone.h | 184 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll() function 187 void AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
|
| /external/v8/src/ |
| 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
|