Home
last modified time | relevance | path

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

/art/runtime/
Dintern_table.cc210 bool is_strong, in Insert() argument
254 if (is_strong) { in Insert()
262 return is_strong ? InsertStrong(s) : InsertWeak(s); in Insert()
Dintern_table.h231 ObjPtr<mirror::String> Insert(ObjPtr<mirror::String> s, bool is_strong, bool holding_locks)