Searched refs:AddAll (Results 1 - 8 of 8) sorted by relevance

/external/v8/test/cctest/
H A Dtest-list.cc84 list.AddAll(other_list);
96 list.AddAll(other_list);
/external/v8/src/
H A Dlist.h92 void AddAll(const List<T, P>& other);
H A Dlist-inl.h48 void List<T, P>::AddAll(const List<T, P>& other) { function in class:v8::internal::List
H A Djump-target.cc359 destination->reaching_frames_.AddAll(reaching_frames_);
361 destination->merge_labels_.AddAll(merge_labels_);
H A Dheap-profiler.cc390 refs.AddAll(src.refs);
400 refs.AddAll(src.refs);
H A Dvirtual-frame.cc43 elements_.AddAll(original->elements_);
H A Dspaces.cc196 free_list_.AddAll(allocation_list_);
H A Djsregexp.cc4438 second_set_only_out->AddAll(*second_set);
4442 first_set_only_out->AddAll(*first_set);

Completed in 132 milliseconds