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

  /art/runtime/
intern_table.cc 234 mirror::String* InternTable::Insert(mirror::String* s, bool is_strong) {
251 if (is_strong) {
261 return is_strong ? InsertStrong(image) : InsertWeak(image);
264 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 178 mirror::String* Insert(mirror::String* s, bool is_strong)
  /external/v8/src/
heap-snapshot-generator.cc 1809 bool is_strong = strong_index < strong_references_.length() local
    [all...]

Completed in 96 milliseconds