Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DSiteTest.java59 Site sKnownSiteParent = sKnownSite.getParent(); in objectsAllocatedAtKnownSites() local
60 assertEquals("DumpedStuff.java", sKnownSiteParent.getFilename()); in objectsAllocatedAtKnownSites()
61 assertEquals("<init>", sKnownSiteParent.getMethodName()); in objectsAllocatedAtKnownSites()
62 assertEquals(45, sKnownSiteParent.getLineNumber()); in objectsAllocatedAtKnownSites()
63 assertSame(sKnownSiteParent, snapshot.getSite(sKnownSiteParent.getId())); in objectsAllocatedAtKnownSites()