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

  /art/runtime/
intern_table.cc 112 mirror::String* InternTable::InsertWeak(mirror::String* s) {
140 return InsertWeak(s);
261 return is_strong ? InsertStrong(image) : InsertWeak(image);
264 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 191 mirror::String* InsertWeak(mirror::String* s)

Completed in 35 milliseconds