Searched refs:is_strong (Results 1 – 2 of 2) sorted by relevance
217 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() argument234 return is_strong ? InsertStrong(image) : InsertWeak(image); in Insert()239 if (is_strong) { in Insert()247 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
153 mirror::String* Insert(mirror::String* s, bool is_strong)