Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc356 HGraphVisualizerPrinter printer(graph_, *output_, "", true, codegen_); in PrintHeader() local
357 printer.StartTag("compilation"); in PrintHeader()
358 printer.PrintProperty("name", method_name); in PrintHeader()
359 printer.PrintProperty("method", method_name); in PrintHeader()
360 printer.PrintTime("date"); in PrintHeader()
361 printer.EndTag("compilation"); in PrintHeader()
367 HGraphVisualizerPrinter printer(graph_, *output_, pass_name, is_after_pass, codegen_); in DumpGraph() local
368 printer.Run(); in DumpGraph()
Dpretty_printer_test.cc38 StringPrettyPrinter printer(graph); in TestCode() local
39 printer.VisitInsertionOrder(); in TestCode()
40 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()
Dssa_test.cc101 SsaPrettyPrinter printer(graph); in TestCode() local
102 printer.VisitInsertionOrder(); in TestCode()
104 ASSERT_STREQ(expected, printer.str().c_str()); in TestCode()