Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc203 bool is_strong, in Insert() argument
241 if (is_strong) { in Insert()
249 return is_strong ? InsertStrong(s, hash) : InsertWeak(s, hash); in Insert()
Dintern_table.h284 bool is_strong,