HomeSort by relevance Sort by last modified time
    Searched refs:InsertWeak (Results 1 - 2 of 2) sorted by null

  /art/runtime/
intern_table.cc 138 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s) {
167 return InsertWeak(s);
264 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 241 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)

Completed in 64 milliseconds