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

  /art/runtime/
intern_table.cc 100 mirror::String* InternTable::InsertStrong(mirror::String* s) {
136 return InsertStrong(s);
173 InsertStrong(image_string);
254 return InsertStrong(weak);
261 return is_strong ? InsertStrong(image) : InsertWeak(image);
264 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 188 mirror::String* InsertStrong(mirror::String* s)

Completed in 37 milliseconds