Searched refs:InsertWeak (Results 1 – 2 of 2) sorted by relevance
111 mirror::String* InternTable::InsertWeak(mirror::String* s) { in InsertWeak() function in art::InternTable139 return InsertWeak(s); in InsertWeakFromTransaction()234 return is_strong ? InsertStrong(image) : InsertWeak(image); in Insert()247 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
166 mirror::String* InsertWeak(mirror::String* s)