Searched refs:HPrettyPrinter (Results 1 – 2 of 2) sorted by relevance
25 class HPrettyPrinter : public HGraphVisitor {27 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter() function101 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()
33 class SsaPrettyPrinter : public HPrettyPrinter {35 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()