Home
last modified time | relevance | path

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

/aosp12/art/tools/ahat/src/test/com/android/ahat/
H A DInstanceTest.java232 AhatInstance phantom1 = soft2.getField("referent").asAhatInstance(); in reachability() local
233 AhatInstance obj = phantom1.getField("referent").asAhatInstance(); in reachability()
240 assertEquals(Reachability.WEAK, phantom1.getReachability()); in reachability()