Searched refs:InsertStrong (Results 1 – 2 of 2) sorted by relevance
125 mirror::String* InternTable::InsertStrong(mirror::String* s) { in InsertStrong() function in art::InternTable161 return InsertStrong(s); in InsertStrongFromTransaction()196 InsertStrong(image_string); in AddImagesStringsToTable()302 return InsertStrong(weak); in Insert()310 return is_strong ? InsertStrong(image_string) : InsertWeak(image_string); in Insert()314 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
231 mirror::String* InsertStrong(mirror::String* s)