Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc127 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s) { in InsertStrong() function in art::InternTable
163 return InsertStrong(s); in InsertStrongFromTransaction()
248 return InsertStrong(weak); in Insert()
253 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
283 InsertStrong(entry.Read()); in PromoteWeakToStrong()
Dintern_table.h299 ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s)