Searched refs:InsertStrong (Results 1 – 4 of 4) sorted by relevance
150 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s, uint32_t hash) { in InsertStrong() function in art::InternTable245 return InsertStrong(weak, hash); in Insert()250 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
295 EXPORT ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s, uint32_t hash)
676 intern_table->InsertStrong(s, hash); in Undo()
1279 intern_table->InsertStrong(s, hash); in PromoteWeakInternsToStrong()