Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dpretty_printer.h27 class HPrettyPrinter : public HGraphVisitor {
29 explicit HPrettyPrinter(HGraph* graph) : HGraphVisitor(graph) { } in HPrettyPrinter() function
104 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()
Dssa_test.cc38 class SsaPrettyPrinter : public HPrettyPrinter {
40 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter()