Searched refs:InsertWeak (Results 1 – 3 of 3) sorted by relevance
161 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s, uint32_t hash) { in InsertWeak() function in art::InternTable249 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
296 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s, uint32_t hash)
627 intern_table->InsertWeak(s, hash); in Undo()