Searched refs:SsaPrettyPrinter (Results 1 – 1 of 1) sorted by relevance
33 class SsaPrettyPrinter : public HPrettyPrinter { class35 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter() function in art::SsaPrettyPrinter64 DISALLOW_COPY_AND_ASSIGN(SsaPrettyPrinter);95 SsaPrettyPrinter printer(graph); in TestCode()