Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dconstant_folding_test.cc60 std::string actual_after_cf = printer_after_cf.str(); in TestCode() local
61 ASSERT_EQ(expected_after_cf, actual_after_cf); in TestCode()