Home
last modified time | relevance | path

Searched refs:InsertStrong (Results 1 – 4 of 4) sorted by relevance

/art/runtime/
Dintern_table.cc150 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s, uint32_t hash) { in InsertStrong() function in art::InternTable
245 return InsertStrong(weak, hash); in Insert()
250 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
Dintern_table.h295 EXPORT ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s, uint32_t hash)
Dtransaction.cc676 intern_table->InsertStrong(s, hash); in Undo()
/art/dex2oat/linker/
Dimage_writer.cc1279 intern_table->InsertStrong(s, hash); in PromoteWeakInternsToStrong()