Home
last modified time | relevance | path

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

/aosp12/art/compiler/optimizing/
H A Ddead_code_elimination_test.cc41 StringPrettyPrinter printer_before(graph); in TestCode() local
42 printer_before.VisitInsertionOrder(); in TestCode()
43 std::string actual_before = printer_before.str(); in TestCode()
H A Dconstant_folding_test.cc56 StringPrettyPrinter printer_before(graph_); in TestCodeOnReadyGraph() local
57 printer_before.VisitInsertionOrder(); in TestCodeOnReadyGraph()
58 std::string actual_before = printer_before.str(); in TestCodeOnReadyGraph()