Home
last modified time | relevance | path

Searched refs:printer (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dpretty_printer_test.cc34 StringPrettyPrinter printer(graph); in TestCode() local
35 printer.VisitInsertionOrder(); in TestCode()
36 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
Dgraph_visualizer.cc776 HGraphVisualizerPrinter printer(graph_, *output_, "", true, false, codegen_); in PrintHeader() local
777 printer.StartTag("compilation"); in PrintHeader()
778 printer.PrintProperty("name", method_name); in PrintHeader()
779 printer.PrintProperty("method", method_name); in PrintHeader()
780 printer.PrintTime("date"); in PrintHeader()
781 printer.EndTag("compilation"); in PrintHeader()
782 printer.Flush(); in PrintHeader()
790 HGraphVisualizerPrinter printer(graph_, in DumpGraph() local
796 printer.Run(); in DumpGraph()
803 HGraphVisualizerPrinter printer(graph_, in DumpGraphWithDisassembly() local
[all …]
Dssa_test.cc95 SsaPrettyPrinter printer(graph); in TestCode() local
96 printer.VisitInsertionOrder(); in TestCode()
98 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()