HomeSort by relevance Sort by last modified time
    Searched refs:AddAll (Results 1 - 11 of 11) sorted by null

  /external/v8/src/
list.h 93 void AddAll(const List<T, P>& other);
96 void AddAll(const Vector<T>& other);
zone.h 198 AddAll(other);
list-inl.h 48 void List<T, P>::AddAll(const List<T, P>& other) {
49 AddAll(other.ToVector());
54 void List<T, P>::AddAll(const Vector<T>& other) {
mksnapshot.cc 121 data_.AddAll(*compressor->output());
spaces.cc 179 free_list_.AddAll(allocation_list_);
    [all...]
jsregexp.cc     [all...]
hydrogen.cc 847 worklist.AddAll(*blocks_[i]->phis());
    [all...]
parser.cc     [all...]
  /external/v8/test/cctest/
test-list.cc 84 list.AddAll(other_list);
96 list.AddAll(other_list);
test-cpu-profiler.cc 191 bottom_up_root_children.AddAll(*bottom_up_root_children_unsorted);
  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 124 void AddAll(const BookmarkNode* node);
141 void BookmarkNodeIdIndex::AddAll(const BookmarkNode* node) {
151 AddAll(node->GetChild(i));
493 id_index.AddAll(bookmark_model_->GetBookmarkBarNode());
494 id_index.AddAll(bookmark_model_->other_node());

Completed in 1498 milliseconds