Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dgraph_visualizer.cc32 class HGraphVisualizerPrinter : public HGraphVisitor { class
34 HGraphVisualizerPrinter(HGraph* graph, in HGraphVisualizerPrinter() function in art::HGraphVisualizerPrinter
346 DISALLOW_COPY_AND_ASSIGN(HGraphVisualizerPrinter);
356 HGraphVisualizerPrinter printer(graph_, *output_, "", true, codegen_); in PrintHeader()
367 HGraphVisualizerPrinter printer(graph_, *output_, pass_name, is_after_pass, codegen_); in DumpGraph()