Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc217 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() function in art::InternTable
324 void InternTable::Table::Insert(mirror::String* s) { in Insert() function in art::InternTable::Table
/art/compiler/utils/
Dgrowable_array.h116 void Insert(T elem) { in Insert() function
/art/runtime/base/
Dhash_set.h251 void Insert(const T& element) { in Insert() function