Searched refs:WEAK (Results 1 – 6 of 6) sorted by relevance
45 WEAK("weak"), enumConstant
378 case "java.lang.ref.WeakReference": return Reachability.WEAK; in getJavaLangRefType()
138 case "weak": retained = Reachability.WEAK; break; in main()
242 assertEquals(Reachability.WEAK, soft2.getReachability()); in reachability()243 assertEquals(Reachability.WEAK, phantom1.getReachability()); in reachability()
459 public static Reference<Object> WEAK = null; field in Test912.ClassF
206 enum_constant public static final com.android.ahat.heapdump.Reachability WEAK;