Searched refs:InsertWeak (Results 1 – 2 of 2) sorted by relevance
139 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s) { in InsertWeak() function in art::InternTable168 return InsertWeak(s); in InsertWeakFromTransaction()253 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
298 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)