Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc234 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() argument
251 if (is_strong) { in Insert()
261 return is_strong ? InsertStrong(image) : InsertWeak(image); in Insert()
264 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
Dintern_table.h178 mirror::String* Insert(mirror::String* s, bool is_strong)