Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h25 class HPrettyPrinter : public HGraphVisitor {
27 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter() function
101 DISALLOW_COPY_AND_ASSIGN(HPrettyPrinter);
104 class StringPrettyPrinter : public HPrettyPrinter {
107 : HPrettyPrinter(graph), str_(""), current_block_(nullptr) { } in StringPrettyPrinter()
127 HPrettyPrinter::VisitBasicBlock(block); in VisitBasicBlock()
Dssa_test.cc33 class SsaPrettyPrinter : public HPrettyPrinter {
35 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()