D | intern_table.cc | 73 mirror::String* InternTable::Insert(Table& table, mirror::String* s, in Insert() function in art::InternTable 129 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() function in art::InternTable 153 return Insert(strong_interns_, image, hash_code); in Insert() 161 return Insert(strong_interns_, weak, hash_code); in Insert() 166 return Insert(strong_interns_, s, hash_code); in Insert() 177 return Insert(weak_interns_, image, hash_code); in Insert() 185 return Insert(weak_interns_, s, hash_code); in Insert() 203 return Insert(s, true); in InternStrong() 210 return Insert(s, false); in InternWeak()
|