Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc139 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s) { in InsertWeak() function in art::InternTable
168 return InsertWeak(s); in InsertWeakFromTransaction()
253 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
Dintern_table.h301 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)