Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc137 mirror::String* InternTable::InsertWeak(mirror::String* s) { in InsertWeak() function in art::InternTable
165 return InsertWeak(s); in InsertWeakFromTransaction()
310 return is_strong ? InsertStrong(image_string) : InsertWeak(image_string); in Insert()
314 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
Dintern_table.h233 mirror::String* InsertWeak(mirror::String* s)