Searched defs:HGraphVisualizerPrinter (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dgraph_visualizer.cc29 class HGraphVisualizerPrinter : public HGraphVisitor { class in namespace:art
31 HGraphVisualizerPrinter(HGraph* graph, function in class:art::HGraphVisualizerPrinter
239 DISALLOW_COPY_AND_ASSIGN(HGraphVisualizerPrinter);
257 HGraphVisualizerPrinter printer(graph, *output_, "", codegen_);
275 HGraphVisualizerPrinter printer(graph, *output_, "", codegen_);
287 HGraphVisualizerPrinter printer(graph_, *output_, pass_name, codegen_);

Completed in 31 milliseconds