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

  /art/runtime/
intern_table.cc 136 ObjPtr<mirror::String> InternTable::InsertWeak(ObjPtr<mirror::String> s) {
165 return InsertWeak(s);
262 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 240 ObjPtr<mirror::String> InsertWeak(ObjPtr<mirror::String> s)

Completed in 74 milliseconds