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