Searched refs:strong (Results 1 – 4 of 4) sorted by relevance
200 private static String strong[] = new String[MAX_DEPTH]; field in Deep226 strong[i] = null; in run()253 if (strong[i] != weak[i].get()) { in checkStringReferences()254 System.out.println("Deep: " + i + " strong=" + strong[i] + in checkStringReferences()305 strong[depth] = funStr; in dive()
2 strong DCHECK in the presence of a combination of irreducible loops
221 ObjPtr<mirror::String> strong = LookupStrongLocked(s); in Insert() local222 if (strong != nullptr) { in Insert()223 return strong; in Insert()
16 --retained [strong | soft | finalizer | weak | phantom | unreachable]