HomeSort by relevance Sort by last modified time
    Searched defs:TableConfig (Results 1 - 2 of 2) sorted by null

  /art/tools/ahat/src/
DominatedList.java 47 HeapTable.render(doc, query, id, new TableConfig(), snapshot, insts);
50 private static class TableConfig implements HeapTable.TableConfig<AhatInstance> {
HeapTable.java 42 public interface TableConfig<T> {
64 TableConfig<T> config, AhatSnapshot snapshot, List<T> elements) {
160 TableConfig<T> config, List<T> elements) {

Completed in 54 milliseconds