Searched refs:InsertStrong (Results 1 – 2 of 2) sorted by relevance
127 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s) { in InsertStrong() function in art::InternTable163 return InsertStrong(s); in InsertStrongFromTransaction()248 return InsertStrong(weak); in Insert()253 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
295 ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s)