Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc125 mirror::String* InternTable::InsertStrong(mirror::String* s) { in InsertStrong() function in art::InternTable
161 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()
Dintern_table.h231 mirror::String* InsertStrong(mirror::String* s)