Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc112 mirror::String* InternTable::InsertWeak(mirror::String* s) { in InsertWeak() function in art::InternTable
140 return InsertWeak(s); in InsertWeakFromTransaction()
261 return is_strong ? InsertStrong(image) : InsertWeak(image); in Insert()
264 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
Dintern_table.h191 mirror::String* InsertWeak(mirror::String* s)