Home
last modified time | relevance | path

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

/art/tools/ahat/src/test/com/android/ahat/
DSiteTest.java37 Site sKnownSite = oKnownSite.getSite(); in objectsAllocatedAtKnownSites()
41 assertSame(sKnownSite, snapshot.getSite(sKnownSite.getId())); in objectsAllocatedAtKnownSites()
44 Site sKnownSubSite = oKnownSubSite.getSite(); in objectsAllocatedAtKnownSites()
48 assertSame(sKnownSubSite, snapshot.getSite(sKnownSubSite.getId())); in objectsAllocatedAtKnownSites()
54 assertSame(sKnownSubSiteParent, snapshot.getSite(sKnownSubSiteParent.getId())); in objectsAllocatedAtKnownSites()
63 assertSame(sKnownSiteParent, snapshot.getSite(sKnownSiteParent.getId())); in objectsAllocatedAtKnownSites()
66 Site sObfSuperSite = oObfSuperSite.getSite(); in objectsAllocatedAtKnownSites()
70 assertSame(sObfSuperSite, snapshot.getSite(sObfSuperSite.getId())); in objectsAllocatedAtKnownSites()
73 Site sUnObfSuperSite = oUnObfSuperSite.getSite(); in objectsAllocatedAtKnownSites()
77 assertSame(sUnObfSuperSite, snapshot.getSite(sUnObfSuperSite.getId())); in objectsAllocatedAtKnownSites()
[all …]
DDiffTest.java54 assertEquals(a.getSite(), b.getSite().getBaseline()); in diffUnchanged()
55 assertEquals(b.getSite(), a.getSite().getBaseline()); in diffUnchanged()
/art/tools/ahat/src/main/com/android/ahat/heapdump/
DAhatSnapshot.java55 inst.getSite().addInstance(inst); in AhatSnapshot()
185 public Site getSite(long id) { in getSite() method in AhatSnapshot
DSite.java159 Site getSite(ProguardMap.Frame[] frames) { in getSite() method in Site
160 return frames == null ? this : getSite(this, frames); in getSite()
163 private static Site getSite(Site site, ProguardMap.Frame[] frames) { in getSite() method in Site
DAhatInstance.java287 public Site getSite() { in getSite() method in AhatInstance
DDiff.java350 placeholder.getBaseline().getSite().getBaseline().addInstance(placeholder); in snapshots()
DParser.java274 sites.put(stackSerialNumber, rootSite.getSite(trace)); in parseInternal()
/art/tools/ahat/src/main/com/android/ahat/
DSiteHandler.java43 Site site = mSnapshot.getSite(id); in handle()
DObjectsHandler.java68 Site site = mSnapshot.getSite(id); in handle()
DObjectHandler.java241 Site site = inst.getSite(); in printAllocationSite()
/art/tools/ahat/etc/
Dahat_api.txt99 method public com.android.ahat.heapdump.Site getSite();
123 method public com.android.ahat.heapdump.Site getSite(long);