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

  /art/runtime/
intern_table.cc 127 ObjPtr<mirror::String> InternTable::InsertStrong(ObjPtr<mirror::String> s) {
163 return InsertStrong(s);
248 return InsertStrong(weak);
253 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 295 ObjPtr<mirror::String> InsertStrong(ObjPtr<mirror::String> s)

Completed in 49 milliseconds