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 212 bool is_strong,
256 if (is_strong) {
264 return is_strong ? InsertStrong(s) : InsertWeak(s);
intern_table.h 237 ObjPtr<mirror::String> Insert(ObjPtr<mirror::String> s, bool is_strong, bool holding_locks)
  /external/v8/src/profiler/
heap-snapshot-generator.cc 1713 bool is_strong = strong_index < strong_references_.length() local
    [all...]

Completed in 89 milliseconds