Searched refs:HPrettyPrinter (Results 1 – 2 of 2) sorted by relevance
27 class HPrettyPrinter : public HGraphVisitor {29 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter() function104 DISALLOW_COPY_AND_ASSIGN(HPrettyPrinter);107 class StringPrettyPrinter : public HPrettyPrinter {110 : HPrettyPrinter(graph), str_(""), current_block_(nullptr) { } in StringPrettyPrinter()130 HPrettyPrinter::VisitBasicBlock(block); in VisitBasicBlock()
38 class SsaPrettyPrinter : public HPrettyPrinter {40 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()