Searched defs:AddAll (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/zone/ |
D | zone.h | 180 void AddAll(const List<T, ZoneAllocationPolicy>& other, Zone* zone) { in AddAll() function 183 void AddAll(const Vector<T>& other, Zone* zone) { in AddAll() function
|
/external/v8/src/ |
D | list-inl.h | 29 void List<T, P>::AddAll(const List<T, P>& other, P alloc) { in AddAll() function 35 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
|
/external/v8/src/compiler/ |
D | bytecode-analysis.cc | 59 void BytecodeLoopAssignments::AddAll() { bit_vector_->AddAll(); } in AddAll() function in v8::internal::compiler::BytecodeLoopAssignments
|