Lines Matching refs:Site
99 method public com.android.ahat.heapdump.Site getSite();
121 method public com.android.ahat.heapdump.Site getRootSite();
123 method public com.android.ahat.heapdump.Site getSite(long);
226 public class Site implements com.android.ahat.heapdump.Diffable<com.android.ahat.heapdump.Site> {
227 method public com.android.ahat.heapdump.Site findSite(long);
228 method public com.android.ahat.heapdump.Site getBaseline();
229 method public List<Site> getChildren();
237 method public com.android.ahat.heapdump.Site getParent();
244 …public static class Site.ObjectsInfo implements com.android.ahat.heapdump.Diffable<com.android.aha…
245 method public com.android.ahat.heapdump.Site.ObjectsInfo getBaseline();
270 … method public static Comparator<Site> defaultSiteCompare(com.android.ahat.heapdump.AhatSnapshot);
275 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_CLASS_NAME;
276 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_HEAP_NAME;
277 field public static final Comparator<Site.ObjectsInfo> OBJECTS_INFO_BY_SIZE;
278 field public static final Comparator<Site> SITE_BY_TOTAL_SIZE;