Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dssa_test.cc38 class SsaPrettyPrinter : public HPrettyPrinter { class
40 explicit SsaPrettyPrinter(HGraph* graph) : HPrettyPrinter(graph), str_("") {} in SsaPrettyPrinter() function in art::SsaPrettyPrinter
69 DISALLOW_COPY_AND_ASSIGN(SsaPrettyPrinter);
98 SsaPrettyPrinter printer(graph); in TestCode()