Home
last modified time | relevance | path

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

/art/tools/ahat/src/main/com/android/ahat/heapdump/
DReference.java30 public final boolean strong; field in Reference
32 public Reference(AhatInstance src, String field, AhatInstance ref, boolean strong) { in Reference()
DAhatInstance.java610 Queue<Reference> strong = new ArrayDeque<Reference>(); in computeReverseReferences() local
/art/test/074-gc-thrash/src/
DMain.java200 private static String strong[] = new String[MAX_DEPTH]; field in Deep
/art/runtime/
Dintern_table.cc232 ObjPtr<mirror::String> strong = LookupStrongLocked(s); in Insert() local