Searched defs:Insert (Results 1 – 3 of 3) sorted by relevance
| /art/runtime/ | ||
| D | intern_table.cc | 217 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() function in art::InternTable |
| /art/compiler/utils/ | ||
| D | growable_array.h | 116 void Insert(T elem) { in Insert() function |
| /art/runtime/base/ | ||
| D | hash_set.h | 251 void Insert(const T& element) { in Insert() function |