Home
last modified time | relevance | path

Searched defs:query (Results 1 – 15 of 15) sorted by relevance

/art/tools/ahat/test/
DQueryTest.java28 Query query = new Query(new URI(uri)); in simple() local
48 Query query = new Query(new URI(uri)); in multiValue() local
62 Query query = new Query(new URI(uri)); in empty() local
DPerformanceTest.java48 Query query = new Query(DocString.uri(uri)); in bigArray() local
/art/tools/ahat/src/
DObjectHandler.java53 public void handle(Doc doc, Query query) throws IOException { in handle()
104 Doc doc, Query query, AhatSnapshot snapshot, ClassInstance inst) { in printClassInstanceFields()
120 Doc doc, Query query, AhatSnapshot snapshot, ArrayInstance array) { in printArrayElements()
135 Doc doc, Query query, AhatSnapshot snapshot, ClassObj clsobj) { in printClassInfo()
161 Doc doc, Query query, AhatSnapshot snapshot, Instance inst) { in printReferences()
189 private void printAllocationSite(Doc doc, Query query, Instance inst) { in printAllocationSite()
205 private void printDominatorPath(Doc doc, Query query, Instance inst) { in printDominatorPath()
251 public void printDominatedObjects(Doc doc, Query query, Instance inst) { in printDominatedObjects()
DOverviewHandler.java38 public void handle(Doc doc, Query query) throws IOException { in handle()
70 private void printHeapSizes(Doc doc, Query query) { in printHeapSizes()
DSubsetSelector.java46 public SubsetSelector(Query query, String id, List<T> elements) { in SubsetSelector()
69 private static int getSelectedLimit(Query query, String id, int size) { in getSelectedLimit()
DAhatHandler.java31 void handle(Doc doc, Query query) throws IOException; in handle()
DRootedHandler.java32 public void handle(Doc doc, Query query) throws IOException { in handle()
DSitePrinter.java25 public static void printSite(AhatSnapshot snapshot, Doc doc, Query query, String id, Site site) { in printSite()
DBitmapHandler.java38 Query query = new Query(exchange.getRequestURI()); in handle() local
DNativeAllocationsHandler.java34 public void handle(Doc doc, Query query) throws IOException { in handle()
DObjectsHandler.java35 public void handle(Doc doc, Query query) throws IOException { in handle()
DDominatedList.java42 Doc doc, Query query, String id, Collection<Instance> instances) { in render()
DSiteHandler.java37 public void handle(Doc doc, Query query) throws IOException { in handle()
DQuery.java38 String query = uri.getQuery(); in Query() local
DHeapTable.java51 public static <T> void render(Doc doc, Query query, String id, in render()