Searched defs:Insert (Results 1 - 3 of 3) sorted by relevance

/art/compiler/utils/
H A Dgrowable_array.h115 // Insert an element to the end of a list, resizing if necessary.
116 void Insert(T elem) { function in class:art::GrowableArray
125 Insert(elem);
133 Insert(elem);
/art/runtime/
H A Dintern_table.cc70 strong_interns_.Insert(new_ref);
107 strong_interns_.Insert(s);
116 weak_interns_.Insert(s);
132 // Insert/remove methods used to undo changes made during an aborted transaction.
217 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { function in class:art::InternTable
246 // No match in the strong table or the weak table. Insert into the strong / weak table.
262 return Insert(s, true);
266 return Insert(s, false);
324 void InternTable::Table::Insert(mirror::String* s) { function in class:art::InternTable::Table
327 post_zygote_table_.Insert(GcRoo
[all...]
/art/runtime/base/
H A Dhash_set.h250 // Insert an element, allows duplicates.
251 void Insert(const T& element) { function in class:art::HashSet

Completed in 49 milliseconds