Searched defs:InsertWeak (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Dintern_table.cc112 mirror::String* InternTable::InsertWeak(mirror::String* s) { function in class:art::InternTable
140 return InsertWeak(s);
261 return is_strong ? InsertStrong(image) : InsertWeak(image);
264 return is_strong ? InsertStrong(s) : InsertWeak(s);

Completed in 115 milliseconds