Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 4 of 4) sorted by relevance

/art/test/074-gc-thrash/src/
DMain.java200 private static String strong[] = new String[MAX_DEPTH]; field in Deep
226 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()
/art/test/588-checker-irreducib-lifetime-hole/
Dinfo.txt2 strong DCHECK in the presence of a combination of irreducible loops
/art/runtime/
Dintern_table.cc221 ObjPtr<mirror::String> strong = LookupStrongLocked(s); in Insert() local
222 if (strong != nullptr) { in Insert()
223 return strong; in Insert()
/art/tools/ahat/
DREADME.txt16 --retained [strong | soft | finalizer | weak | phantom | unreachable]