Home
last modified time | relevance | path

Searched refs:InsertWeak (Results 1 – 3 of 3) sorted by relevance

/art/runtime/
Dintern_table.cc161 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s, uint32_t hash) { in InsertWeak() function in art::InternTable
249 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
Dintern_table.h296 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s, uint32_t hash)
Dtransaction.cc627 intern_table->InsertWeak(s, hash); in Undo()