Searched refs:HPrettyPrinter (Results 1 – 2 of 2) sorted by relevance
26 class HPrettyPrinter : public HGraphVisitor {28 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter() function103 DISALLOW_COPY_AND_ASSIGN(HPrettyPrinter);106 class StringPrettyPrinter : public HPrettyPrinter {109 : HPrettyPrinter(graph), str_(""), current_block_(nullptr) { } in StringPrettyPrinter()129 HPrettyPrinter::VisitBasicBlock(block); in VisitBasicBlock()
37 class SsaPrettyPrinter : public HPrettyPrinter {39 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()