Lines Matching refs:doc
40 public void handle(Doc doc, Query query) throws IOException {
45 doc.title("Site");
46 doc.big(Summarizer.summarize(site));
48 doc.section("Allocation Site");
49 SitePrinter.printSite(mSnapshot, doc, query, ALLOCATION_SITE_ID, site);
51 doc.section("Sites Called from Here");
54 doc.println(DocString.text("(none)"));
79 HeapTable.render(doc, query, SITES_CALLED_ID, table, mSnapshot, children);
82 doc.section("Objects Allocated");
83 SizeTable.table(doc, mSnapshot.isDiffed(),
100 SizeTable.row(doc, info.numBytes, baseinfo.numBytes,
109 SizeTable.end(doc);
110 selector.render(doc);