Searched refs:TableConfig (Results 1 – 5 of 5) sorted by relevance
47 HeapTable.render(doc, query, id, new TableConfig(), snapshot, insts); in render()50 private static class TableConfig implements HeapTable.TableConfig<AhatInstance> { class in DominatedList
35 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in printSite()
42 public interface TableConfig<T> { interface in HeapTable54 TableConfig<T> config, AhatSnapshot snapshot, List<T> elements) { in render()150 TableConfig<T> config, List<T> elements) { in hasNonZeroEntry()
58 HeapTable.TableConfig<Site> table = new HeapTable.TableConfig<Site>() { in handle()
263 HeapTable.TableConfig<PathElement> table = new HeapTable.TableConfig<PathElement>() { in printGcRootPath()