Searched refs:is_strong (Results 1 – 2 of 2) sorted by relevance
234 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) { in Insert() argument251 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()
178 mirror::String* Insert(mirror::String* s, bool is_strong)