Searched refs:Doc (Results 1 - 13 of 13) sorted by relevance

/art/tools/ahat/src/
H A DAhatHandler.java31 void handle(Doc doc, Query query) throws IOException;
H A DRootedHandler.java32 public void handle(Doc doc, Query query) throws IOException {
H A DDoc.java24 interface Doc extends AutoCloseable { interface in inherits:AutoCloseable
H A DOverviewHandler.java38 public void handle(Doc doc, Query query) throws IOException {
70 private void printHeapSizes(Doc doc, Query query) {
H A DObjectHandler.java53 public void handle(Doc doc, Query query) throws IOException {
104 Doc doc, Query query, AhatSnapshot snapshot, ClassInstance inst) {
120 Doc doc, Query query, AhatSnapshot snapshot, ArrayInstance array) {
135 Doc doc, Query query, AhatSnapshot snapshot, ClassObj clsobj) {
161 Doc doc, Query query, AhatSnapshot snapshot, Instance inst) {
189 private void printAllocationSite(Doc doc, Query query, Instance inst) {
196 private static void printBitmap(Doc doc, Instance inst) {
205 private void printDominatorPath(Doc doc, Query query, Instance inst) {
251 public void printDominatedObjects(Doc doc, Query query, Instance inst) {
H A DDominatedList.java42 Doc doc, Query query, String id, Collection<Instance> instances) {
H A DSitePrinter.java25 public static void printSite(AhatSnapshot snapshot, Doc doc, Query query, String id, Site site) {
H A DObjectsHandler.java35 public void handle(Doc doc, Query query) throws IOException {
H A DSubsetSelector.java83 public void render(Doc doc) {
H A DNativeAllocationsHandler.java34 public void handle(Doc doc, Query query) throws IOException {
H A DHeapTable.java51 public static <T> void render(Doc doc, Query query, String id,
H A DHtmlDoc.java24 * An Html implementation of Doc.
26 public class HtmlDoc implements Doc {
H A DSiteHandler.java37 public void handle(Doc doc, Query query) throws IOException {

Completed in 7276 milliseconds